#76CCBA

Color #76CCBA Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #76CCBA

Tints of Downy #76CCBA

Color information

#76CCBA (or 0x76CCBA) is unknown color: approx 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

RGB118204186-
CMYK0.4200.090.2
HSL167.44º45.74%63.14%-
HSV(B)167.44º42.16%80%-
XYZ37.9350.5854.22-
YUV176.23133.5186.46-

RGB Variations

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

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 (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1182041860.4200.090.2167.4445.7463.14
Hex76CCBA2A0914a72e3f
Octal16631427252011242475677
Binary11101101100110010111010101010010011010010100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76CCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>