Html Css Color HEX #76CFCB Downy

📋 copy color: '#76CFCB'

red 118 ◦ green 207 ◦ blue 203

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

Shades of Downy #76CFCB

Tints of Downy #76CFCB

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.2%

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

R = 22.35%
G = 39.2%
B = 38.45%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#76CFCB (or 0x76CFCB) is known color: Downy. HEX triplet: 76, CF and CB. RGB value is (118,207,203). Sum of RGB (Red+Green+Blue) = 118+207+203=528 (69% of max value = 765). Red value is 118 (46.48% from 255 or 22.35% from 528); Green value is 207 (81.25% from 255 or 39.20% from 528); Blue value is 203 (79.69% from 255 or 38.45% from 528); Max value from RGB is 207 - color contains mainly: green. Hex color #76CFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CFCB is #893034. Grayscale: #B3B3B3. Windows color (decimal): -8990773 or 13356918. OLE color: 13356918.

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

Color convert

RGB 118 207 203 -
CMYK 0.43 0 0.02 0.19
HSL 177.3º 0.48% 0.64% -
HSV(B) 177.3º 0.43% 0.81% -
XYZ 40.56 52.79 64.55 -
YUV 179.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 118 207 203 0.43 0 0.02 0.19 177.3 0.48 0.64
Hex 76 CF CB 2B 0 2 13 B1 30 40
Octal 166 317 313 53 0 2 23 261 60 100
Binary 1110110 11001111 11001011 101011 0 10 10011 10110001 110000 1000000

Color Harmonies of #76CFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76CFCB

Black with #76CFCB

Text Example


Text Example

White with #76CFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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