Html Css Color HEX #76CECB Downy

📋 copy color: '#76CECB'

red 118 ◦ green 206 ◦ blue 203

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

Shades of Downy #76CECB

Tints of Downy #76CECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.52%

R = 22.39%
G = 39.09%
B = 38.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#76CECB (or 0x76CECB) is known color: Downy. HEX triplet: 76, CE and CB. RGB value is (118,206,203). Sum of RGB (Red+Green+Blue) = 118+206+203=527 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.39% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 203 (79.69% from 255 or 38.52% from 527); Max value from RGB is 206 - color contains mainly: green. Hex color #76CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CECB is #893134. Grayscale: #B3B3B3. Windows color (decimal): -8991029 or 13356662. OLE color: 13356662.

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

Color convert

RGB 118 206 203 -
CMYK 0.43 0 0.01 0.19
HSL 177.95º 0.47% 0.64% -
HSV(B) 177.95º 0.43% 0.81% -
XYZ 40.32 52.31 64.47 -
YUV 179.35 141.35 84.24 -
System Red Green Blue C M Y K H S L
Decimal 118 206 203 0.43 0 0.01 0.19 177.95 0.47 0.64
Hex 76 CE CB 2B 0 1 13 B2 2F 40
Octal 166 316 313 53 0 1 23 262 57 100
Binary 1110110 11001110 11001011 101011 0 1 10011 10110010 101111 1000000

Color Harmonies of #76CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CECB

Black with #76CECB

Text Example


Text Example

White with #76CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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