#7BDFD3

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

Shades of Riptide #7BDFD3

Tints of Riptide #7BDFD3

Color information

#7BDFD3 (or 0x7BDFD3) is unknown color: approx Riptide. HEX triplet: 7B, DF and D3. RGB value is (123,223,211). Sum of RGB (Red+Green+Blue) = 123+223+211=557 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.08% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 211 (82.81% from 255 or 37.88% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFD3 is #84202C. Grayscale: #BFBFBF. Windows color (decimal): -8658989 or 13885307. OLE color: 13885307.

HSL color Cylindrical-coordinate representation of color #7BDFD3: hue angle of 172.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BDFD3 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB123223211-
CMYK0.4500.050.13
HSL172.8º60.98%67.84%-
HSV(B)172.8º44.84%87.45%-
XYZ46.3161.6971.09-
YUV191.73138.8778.98-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.08%
GREEN value IS 223 (87.5% from 255) = 40.04%
BLUE value IS 211 (82.81% from 255) = 37.88%
R=22.08%
G=40.04%
B=37.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232232110.4500.050.13172.860.9867.84
Hex7BDFD32D05Dad3d44
Octal17333732355051525575104
Binary1111011110111111101001110110101011101101011011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,223,211); }

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

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

 a { background-color: rgb(123,223,211); }

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

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

 span { border-color: rgb(123,223,211); }

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