Html Css Color HEX #76CEC5 Downy

📋 copy color: '#76CEC5'

red 118 ◦ green 206 ◦ blue 197

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

Shades of Downy #76CEC5

Tints of Downy #76CEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.81%

R = 22.65%
G = 39.54%
B = 37.81%

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

#76CEC5 (or 0x76CEC5) is known color: Downy. HEX triplet: 76, CE and C5. RGB value is (118,206,197). Sum of RGB (Red+Green+Blue) = 118+206+197=521 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.65% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #76CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEC5 is #89313A. Grayscale: #B2B2B2. Windows color (decimal): -8991035 or 12963446. OLE color: 12963446.

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

Color convert

RGB 118 206 197 -
CMYK 0.43 0 0.04 0.19
HSL 173.86º 0.47% 0.64% -
HSV(B) 173.86º 0.43% 0.81% -
XYZ 39.62 52.03 60.78 -
YUV 178.66 138.35 84.73 -
System Red Green Blue C M Y K H S L
Decimal 118 206 197 0.43 0 0.04 0.19 173.86 0.47 0.64
Hex 76 CE C5 2B 0 4 13 AE 2F 40
Octal 166 316 305 53 0 4 23 256 57 100
Binary 1110110 11001110 11000101 101011 0 100 10011 10101110 101111 1000000

Color Harmonies of #76CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CEC5

Black with #76CEC5

Text Example


Text Example

White with #76CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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