Html Css Color HEX #74DFCE Downy

📋 copy color: '#74DFCE'

red 116 ◦ green 223 ◦ blue 206

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

Shades of Downy #74DFCE

Tints of Downy #74DFCE

RGB

 RED value IS 116 (45.7% from 255) = 21.28%

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

 BLUE value IS 206 (80.86% from 255) = 37.8%

R = 21.28%
G = 40.92%
B = 37.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#74DFCE (or 0x74DFCE) is known color: Downy. HEX triplet: 74, DF and CE. RGB value is (116,223,206). Sum of RGB (Red+Green+Blue) = 116+223+206=545 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.28% from 545); Green value is 223 (87.5% from 255 or 40.92% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFCE is #8B2031. Grayscale: #BDBDBD. Windows color (decimal): -9117746 or 13557620. OLE color: 13557620.

HSL color Cylindrical-coordinate representation of color #74DFCE: hue angle of 170.47º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DFCE is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 223 206 -
CMYK 0.48 0 0.08 0.13
HSL 170.47º 0.63% 0.66% -
HSV(B) 170.47º 0.48% 0.87% -
XYZ 44.73 60.94 67.8 -
YUV 189.07 137.55 75.88 -
System Red Green Blue C M Y K H S L
Decimal 116 223 206 0.48 0 0.08 0.13 170.47 0.63 0.66
Hex 74 DF CE 30 0 8 D AA 3F 42
Octal 164 337 316 60 0 10 15 252 77 102
Binary 1110100 11011111 11001110 110000 0 1000 1101 10101010 111111 1000010

Color Harmonies of #74DFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFCE

Black with #74DFCE

Text Example


Text Example

White with #74DFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74DFCE; }

 p { color: rgb(116,223,206); }

 H1.HeaderClassName
 {
   color: #74DFCE;
 }
 .AnyTagClassName
 {
   color: #74DFCE;
 }
</style>

background-color css

<style>
 a { background-color: #74DFCE; }

 a { background-color: rgb(116,223,206); }

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

border-color css

<style>
 span { border-color: #74DFCE; }

 span { border-color: rgb(116,223,206); }

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