Html Css Color HEX #76DCBB Downy

📋 copy color: '#76DCBB'

red 118 ◦ green 220 ◦ blue 187

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

Shades of Downy #76DCBB

Tints of Downy #76DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.9%

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

R = 22.48%
G = 41.9%
B = 35.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#76DCBB (or 0x76DCBB) is known color: Downy. HEX triplet: 76, DC and BB. RGB value is (118,220,187). Sum of RGB (Red+Green+Blue) = 118+220+187=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #76DCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DCBB is #892344. Grayscale: #B9B9B9. Windows color (decimal): -8987461 or 12311670. OLE color: 12311670.

HSL color Cylindrical-coordinate representation of color #76DCBB: hue angle of 160.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DCBB is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 118 220 187 -
CMYK 0.46 0 0.15 0.14
HSL 160.59º 0.59% 0.66% -
HSV(B) 160.59º 0.46% 0.86% -
XYZ 42.03 58.63 56.11 -
YUV 185.74 128.71 79.68 -
System Red Green Blue C M Y K H S L
Decimal 118 220 187 0.46 0 0.15 0.14 160.59 0.59 0.66
Hex 76 DC BB 2E 0 F E A1 3B 42
Octal 166 334 273 56 0 17 16 241 73 102
Binary 1110110 11011100 10111011 101110 0 1111 1110 10100001 111011 1000010

Color Harmonies of #76DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DCBB

Black with #76DCBB

Text Example


Text Example

White with #76DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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