Html Css Color HEX #76CCBA Downy

📋 copy color: '#76CCBA'

red 118 ◦ green 204 ◦ blue 186

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

Shades of Downy #76CCBA

Tints of Downy #76CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.16%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 23.23%
G = 40.16%
B = 36.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#76CCBA (or 0x76CCBA) is known color: Downy. HEX triplet: 76, CC and BA. RGB value is (118,204,186). Sum of RGB (Red+Green+Blue) = 118+204+186=508 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.23% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 204 - color contains mainly: green. Hex color #76CCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CCBA is #893345. Grayscale: #B0B0B0. Windows color (decimal): -8991558 or 12242038. OLE color: 12242038.

HSL color Cylindrical-coordinate representation of color #76CCBA: hue angle of 167.44º degrees, saturation: 0.46, 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 #76CCBA is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 118 204 186 -
CMYK 0.42 0 0.09 0.2
HSL 167.44º 0.46% 0.63% -
HSV(B) 167.44º 0.42% 0.8% -
XYZ 37.93 50.58 54.22 -
YUV 176.23 133.51 86.46 -
System Red Green Blue C M Y K H S L
Decimal 118 204 186 0.42 0 0.09 0.2 167.44 0.46 0.63
Hex 76 CC BA 2A 0 9 14 A7 2E 3F
Octal 166 314 272 52 0 11 24 247 56 77
Binary 1110110 11001100 10111010 101010 0 1001 10100 10100111 101110 111111

Color Harmonies of #76CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CCBA

Black with #76CCBA

Text Example


Text Example

White with #76CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,204,186); }

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

background-color css

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

 a { background-color: rgb(118,204,186); }

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

border-color css

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

 span { border-color: rgb(118,204,186); }

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