Html Css Color HEX #76DABD Downy

📋 copy color: '#76DABD'

red 118 ◦ green 218 ◦ blue 189

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

Shades of Downy #76DABD

Tints of Downy #76DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.52%

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

R = 22.48%
G = 41.52%
B = 36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#76DABD (or 0x76DABD) is known color: Downy. HEX triplet: 76, DA and BD. RGB value is (118,218,189). Sum of RGB (Red+Green+Blue) = 118+218+189=525 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.48% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #76DABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DABD is #892542. Grayscale: #B8B8B8. Windows color (decimal): -8987971 or 12442230. OLE color: 12442230.

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

Color convert

RGB 118 218 189 -
CMYK 0.46 0 0.13 0.15
HSL 162.6º 0.57% 0.66% -
HSV(B) 162.6º 0.46% 0.85% -
XYZ 41.73 57.67 57.08 -
YUV 184.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 118 218 189 0.46 0 0.13 0.15 162.6 0.57 0.66
Hex 76 DA BD 2E 0 D F A3 39 42
Octal 166 332 275 56 0 15 17 243 71 102
Binary 1110110 11011010 10111101 101110 0 1101 1111 10100011 111001 1000010

Color Harmonies of #76DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DABD

Black with #76DABD

Text Example


Text Example

White with #76DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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