Html Css Color HEX #76CEC6 Downy

📋 copy color: '#76CEC6'

red 118 ◦ green 206 ◦ blue 198

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

Shades of Downy #76CEC6

Tints of Downy #76CEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.93%

R = 22.61%
G = 39.46%
B = 37.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#76CEC6 (or 0x76CEC6) is known color: Downy. HEX triplet: 76, CE and C6. RGB value is (118,206,198). Sum of RGB (Red+Green+Blue) = 118+206+198=522 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.61% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEC6 is #893139. Grayscale: #B2B2B2. Windows color (decimal): -8991034 or 13028982. OLE color: 13028982.

HSL color Cylindrical-coordinate representation of color #76CEC6: hue angle of 174.55º 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 #76CEC6 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 118 206 198 -
CMYK 0.43 0 0.04 0.19
HSL 174.55º 0.47% 0.64% -
HSV(B) 174.55º 0.43% 0.81% -
XYZ 39.74 52.07 61.38 -
YUV 178.78 138.85 84.65 -
System Red Green Blue C M Y K H S L
Decimal 118 206 198 0.43 0 0.04 0.19 174.55 0.47 0.64
Hex 76 CE C6 2B 0 4 13 AF 2F 40
Octal 166 316 306 53 0 4 23 257 57 100
Binary 1110110 11001110 11000110 101011 0 100 10011 10101111 101111 1000000

Color Harmonies of #76CEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEC6

Black with #76CEC6

Text Example


Text Example

White with #76CEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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