#7BDFD0

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

Shades of Riptide #7BDFD0

Tints of Riptide #7BDFD0

Color information

#7BDFD0 (or 0x7BDFD0) is unknown color: approx Riptide. HEX triplet: 7B, DF and D0. RGB value is (123,223,208). Sum of RGB (Red+Green+Blue) = 123+223+208=554 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.20% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #7BDFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BDFD0 is #84202F. Grayscale: #BFBFBF. Windows color (decimal): -8658992 or 13688699. OLE color: 13688699.

HSL color Cylindrical-coordinate representation of color #7BDFD0: hue angle of 171º 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 #7BDFD0 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB123223208-
CMYK0.4500.070.13
HSL171º60.98%67.84%-
HSV(B)171º44.84%87.45%-
XYZ45.9461.5469.13-
YUV191.39137.3779.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.20%
GREEN value IS 223 (87.5% from 255) = 40.25%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=22.20%
G=40.25%
B=37.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1232232080.4500.070.1317160.9867.84
Hex7BDFD02D07Dab3d44
Octal17333732055071525375104
Binary1111011110111111101000010110101111101101010111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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