Html Css Color HEX #76CBBB Downy

📋 copy color: '#76CBBB'

red 118 ◦ green 203 ◦ blue 187

#76CBBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Downy #76CBBB

Tints of Downy #76CBBB

RGB

 RED value IS 118 (46.48% from 255) = 23.23%

 GREEN value IS 203 (79.69% from 255) = 39.96%

 BLUE value IS 187 (73.44% from 255) = 36.81%

R = 23.23%
G = 39.96%
B = 36.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#76CBBB (or 0x76CBBB) is known color: Downy. HEX triplet: 76, CB and BB. RGB value is (118,203,187). Sum of RGB (Red+Green+Blue) = 118+203+187=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 203 (79.69% from 255 or 39.96% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 203 - color contains mainly: green. Hex color #76CBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBBB is #893444. Grayscale: #AFAFAF. Windows color (decimal): -8991813 or 12307318. OLE color: 12307318.

HSL color Cylindrical-coordinate representation of color #76CBBB: hue angle of 168.71º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76CBBB is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 187 -
CMYK 0.42 0 0.08 0.20
HSL 168.71º 0.45% 0.63% -
HSV(B) 168.71º 0.42% 0.8% -
XYZ 37.8 50.15 54.7 -
YUV 175.76 134.34 86.8 -
System Red Green Blue C M Y K H S L
Decimal 118 203 187 0.42 0 0.08 0.20 168.71 0.45 0.63
Hex 76 CB BB 2A 0 8 14 A9 2D 3F
Octal 166 313 273 52 0 10 24 251 55 77
Binary 1110110 11001011 10111011 101010 0 1000 10100 10101001 101101 111111

Color Harmonies of #76CBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBBB

Black with #76CBBB

Text Example


Text Example

White with #76CBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76CBBB; }

 p { color: rgb(118,203,187); }

 H1.HeaderClassName
 {
   color: #76CBBB;
 }
 .AnyTagClassName
 {
   color: #76CBBB;
 }
</style>

background-color css

<style>
 a { background-color: #76CBBB; }

 a { background-color: rgb(118,203,187); }

 div.DivClassName
 {
   background-color: #76CBBB;
 }
 .BgClassName
 {
   background-color: #76CBBB;
 }
</style>

border-color css

<style>
 span { border-color: #76CBBB; }

 span { border-color: rgb(118,203,187); }

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