#7BD0D0

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

Shades of Spray #7BD0D0

Tints of Spray #7BD0D0

Color information

#7BD0D0 (or 0x7BD0D0) is unknown color: approx Spray. HEX triplet: 7B, D0 and D0. RGB value is (123,208,208). Sum of RGB (Red+Green+Blue) = 123+208+208=539 (71% of max value = 765). Red value is 123 (48.44% from 255 or 22.82% from 539); Green value is 208 (81.64% from 255 or 38.59% from 539); Blue value is 208 (81.64% from 255 or 38.59% from 539); Max value from RGB is 208 - color contains mainly: green, blue. Hex color #7BD0D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD0D0 is #842F2F. Grayscale: #B6B6B6. Windows color (decimal): -8662832 or 13684859. OLE color: 13684859.

HSL color Cylindrical-coordinate representation of color #7BD0D0: hue angle of 180º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7BD0D0 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB123208208-
CMYK0.41000.18
HSL180º47.49%64.9%-
HSV(B)180º40.87%81.57%-
XYZ42.1153.8867.85-
YUV182.58142.3485.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.82%
GREEN value IS 208 (81.64% from 255) = 38.59%
BLUE value IS 208 (81.64% from 255) = 38.59%
R=22.82%
G=38.59%
B=38.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1232082080.41000.1818047.4964.9
Hex7BD0D0290012b42f41
Octal17332032051002226457101
Binary111101111010000110100001010010010010101101001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD0D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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