Html Css Color HEX #76DDBD Downy

📋 copy color: '#76DDBD'

red 118 ◦ green 221 ◦ blue 189

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

Shades of Downy #76DDBD

Tints of Downy #76DDBD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.86%

 BLUE value IS 189 (74.22% from 255) = 35.8%

R = 22.35%
G = 41.86%
B = 35.8%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#76DDBD (or 0x76DDBD) is known color: Downy. HEX triplet: 76, DD and BD. RGB value is (118,221,189). Sum of RGB (Red+Green+Blue) = 118+221+189=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #76DDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DDBD is #892242. Grayscale: #BABABA. Windows color (decimal): -8987203 or 12442998. OLE color: 12442998.

HSL color Cylindrical-coordinate representation of color #76DDBD: hue angle of 161.36º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DDBD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 221 189 -
CMYK 0.47 0 0.14 0.13
HSL 161.36º 0.6% 0.66% -
HSV(B) 161.36º 0.47% 0.87% -
XYZ 42.51 59.24 57.34 -
YUV 186.56 129.38 79.1 -
System Red Green Blue C M Y K H S L
Decimal 118 221 189 0.47 0 0.14 0.13 161.36 0.6 0.66
Hex 76 DD BD 2F 0 E D A1 3C 42
Octal 166 335 275 57 0 16 15 241 74 102
Binary 1110110 11011101 10111101 101111 0 1110 1101 10100001 111100 1000010

Color Harmonies of #76DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DDBD

Black with #76DDBD

Text Example


Text Example

White with #76DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,221,189); }

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

background-color css

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

 a { background-color: rgb(118,221,189); }

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

border-color css

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

 span { border-color: rgb(118,221,189); }

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