Html Css Color HEX #76DFCA Downy

📋 copy color: '#76DFCA'

red 118 ◦ green 223 ◦ blue 202

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

Shades of Downy #76DFCA

Tints of Downy #76DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.07%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 21.73%
G = 41.07%
B = 37.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#76DFCA (or 0x76DFCA) is known color: Downy. HEX triplet: 76, DF and CA. RGB value is (118,223,202). Sum of RGB (Red+Green+Blue) = 118+223+202=543 (71% of max value = 765). Red value is 118 (46.48% from 255 or 21.73% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #76DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76DFCA is #892035. Grayscale: #BDBDBD. Windows color (decimal): -8986678 or 13295478. OLE color: 13295478.

HSL color Cylindrical-coordinate representation of color #76DFCA: hue angle of 168º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DFCA is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 118 223 202 -
CMYK 0.47 0 0.09 0.13
HSL 168º 0.62% 0.67% -
HSV(B) 168º 0.47% 0.87% -
XYZ 44.52 60.89 65.28 -
YUV 189.21 135.21 77.21 -
System Red Green Blue C M Y K H S L
Decimal 118 223 202 0.47 0 0.09 0.13 168 0.62 0.67
Hex 76 DF CA 2F 0 9 D A8 3E 43
Octal 166 337 312 57 0 11 15 250 76 103
Binary 1110110 11011111 11001010 101111 0 1001 1101 10101000 111110 1000011

Color Harmonies of #76DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76DFCA

Black with #76DFCA

Text Example


Text Example

White with #76DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,223,202); }

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

background-color css

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

 a { background-color: rgb(118,223,202); }

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

border-color css

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

 span { border-color: rgb(118,223,202); }

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