#7BD9D5

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

Shades of Spray #7BD9D5

Tints of Spray #7BD9D5

Color information

#7BD9D5 (or 0x7BD9D5) is unknown color: approx Spray. HEX triplet: 7B, D9 and D5. RGB value is (123,217,213). Sum of RGB (Red+Green+Blue) = 123+217+213=553 (73% of max value = 765). Red value is 123 (48.44% from 255 or 22.24% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD9D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BD9D5 is #84262A. Grayscale: #BCBCBC. Windows color (decimal): -8660523 or 14014843. OLE color: 14014843.

HSL color Cylindrical-coordinate representation of color #7BD9D5: hue angle of 177.45º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD9D5 is Cyan = 0.43, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB123217213-
CMYK0.4300.020.15
HSL177.45º55.29%66.67%-
HSV(B)177.45º43.32%85.1%-
XYZ44.9958.6471.9-
YUV188.44141.8681.33-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 22.24%
GREEN value IS 217 (85.16% from 255) = 39.24%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=22.24%
G=39.24%
B=38.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1232172130.4300.020.15177.4555.2966.67
Hex7BD9D52B02Fb13743
Octal17333132553021726167103
Binary111101111011001110101011010110101111101100011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BD9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,217,213); }

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

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

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

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

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

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

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