Html Css Color HEX #76CEC8 Downy

📋 copy color: '#76CEC8'

red 118 ◦ green 206 ◦ blue 200

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

Shades of Downy #76CEC8

Tints of Downy #76CEC8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.31%

 BLUE value IS 200 (78.52% from 255) = 38.17%

R = 22.52%
G = 39.31%
B = 38.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#76CEC8 (or 0x76CEC8) is known color: Downy. HEX triplet: 76, CE and C8. RGB value is (118,206,200). Sum of RGB (Red+Green+Blue) = 118+206+200=524 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.52% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 200 (78.52% from 255 or 38.17% from 524); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEC8 is #893137. Grayscale: #B2B2B2. Windows color (decimal): -8991032 or 13160054. OLE color: 13160054.

HSL color Cylindrical-coordinate representation of color #76CEC8: hue angle of 175.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CEC8 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 200 -
CMYK 0.43 0 0.03 0.19
HSL 175.91º 0.47% 0.64% -
HSV(B) 175.91º 0.43% 0.81% -
XYZ 39.97 52.16 62.61 -
YUV 179 139.85 84.49 -
System Red Green Blue C M Y K H S L
Decimal 118 206 200 0.43 0 0.03 0.19 175.91 0.47 0.64
Hex 76 CE C8 2B 0 3 13 B0 2F 40
Octal 166 316 310 53 0 3 23 260 57 100
Binary 1110110 11001110 11001000 101011 0 11 10011 10110000 101111 1000000

Color Harmonies of #76CEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEC8

Black with #76CEC8

Text Example


Text Example

White with #76CEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,206,200); }

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

background-color css

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

 a { background-color: rgb(118,206,200); }

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

border-color css

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

 span { border-color: rgb(118,206,200); }

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