#7BD7D1

Color #7BD7D1 Riptide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Riptide #7BD7D1

Tints of Riptide #7BD7D1

Color information

#7BD7D1 (or 0x7BD7D1) is unknown color: approx Riptide. HEX triplet: 7B, D7 and D1. RGB value is (123,215,209). Sum of RGB (Red+Green+Blue) = 123+215+209=547 (72% of max value = 765). Red value is 123 (48.44% from 255 or 22.49% from 547); Green value is 215 (84.38% from 255 or 39.31% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 215 - color contains mainly: green. Hex color #7BD7D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD7D1 is #84282E. Grayscale: #BABABA. Windows color (decimal): -8661039 or 13752187. OLE color: 13752187.

HSL color Cylindrical-coordinate representation of color #7BD7D1: hue angle of 176.09º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD7D1 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB123215209-
CMYK0.4300.030.16
HSL176.09º53.49%66.27%-
HSV(B)176.09º42.79%84.31%-
XYZ43.9857.4269.09-
YUV186.81140.5282.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 22.49%
GREEN value IS 215 (84.38% from 255) = 39.31%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=22.49%
G=39.31%
B=38.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1232152090.4300.030.16176.0953.4966.27
Hex7BD7D12B0310b03542
Octal17332732153032026065102
Binary1111011110101111101000110101101110000101100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BD7D1; }

 p { color: rgb(123,215,209); }

 H1.HeaderClassName
 {
   color: #7BD7D1;
 }
 .AnyTagClassName
 {
   color: #7BD7D1;
 }
</style>
background-color css

<style>
 a { background-color: #7BD7D1; }

 a { background-color: rgb(123,215,209); }

 div.DivClassName
 {
   background-color: #7BD7D1;
 }
 .BgClassName
 {
   background-color: #7BD7D1;
 }
</style>
border-color css

<style>
 span { border-color: #7BD7D1; }

 span { border-color: rgb(123,215,209); }

 td.TdClassName
 {
   border-color: #7BD7D1;
 }
 .TagClassName
 {
   border-color: #7BD7D1;
 }
</style>