Html Css Color HEX #76CBBC Downy

📋 copy color: '#76CBBC'

red 118 ◦ green 203 ◦ blue 188

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

Shades of Downy #76CBBC

Tints of Downy #76CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 23.18%
G = 39.88%
B = 36.94%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#76CBBC (or 0x76CBBC) is known color: Downy. HEX triplet: 76, CB and BC. RGB value is (118,203,188). Sum of RGB (Red+Green+Blue) = 118+203+188=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 203 (79.69% from 255 or 39.88% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 203 - color contains mainly: green. Hex color #76CBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBBC is #893443. Grayscale: #AFAFAF. Windows color (decimal): -8991812 or 12372854. OLE color: 12372854.

HSL color Cylindrical-coordinate representation of color #76CBBC: hue angle of 169.41º 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 #76CBBC is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 118 203 188 -
CMYK 0.42 0 0.07 0.20
HSL 169.41º 0.45% 0.63% -
HSV(B) 169.41º 0.42% 0.8% -
XYZ 37.9 50.19 55.27 -
YUV 175.88 134.84 86.72 -
System Red Green Blue C M Y K H S L
Decimal 118 203 188 0.42 0 0.07 0.20 169.41 0.45 0.63
Hex 76 CB BC 2A 0 7 14 A9 2D 3F
Octal 166 313 274 52 0 7 24 251 55 77
Binary 1110110 11001011 10111100 101010 0 111 10100 10101001 101101 111111

Color Harmonies of #76CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CBBC

Black with #76CBBC

Text Example


Text Example

White with #76CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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