Html Css Color HEX #74DDCE Downy

📋 copy color: '#74DDCE'

red 116 ◦ green 221 ◦ blue 206

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

Shades of Downy #74DDCE

Tints of Downy #74DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 40.7%

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

R = 21.36%
G = 40.7%
B = 37.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#74DDCE (or 0x74DDCE) is known color: Downy. HEX triplet: 74, DD and CE. RGB value is (116,221,206). Sum of RGB (Red+Green+Blue) = 116+221+206=543 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.36% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDCE is #8B2231. Grayscale: #BBBBBB. Windows color (decimal): -9118258 or 13557108. OLE color: 13557108.

HSL color Cylindrical-coordinate representation of color #74DDCE: hue angle of 171.43º degrees, saturation: 0.61, 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 #74DDCE is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 221 206 -
CMYK 0.48 0 0.07 0.13
HSL 171.43º 0.61% 0.66% -
HSV(B) 171.43º 0.48% 0.87% -
XYZ 44.2 59.88 67.62 -
YUV 187.9 138.21 76.72 -
System Red Green Blue C M Y K H S L
Decimal 116 221 206 0.48 0 0.07 0.13 171.43 0.61 0.66
Hex 74 DD CE 30 0 7 D AB 3D 42
Octal 164 335 316 60 0 7 15 253 75 102
Binary 1110100 11011101 11001110 110000 0 111 1101 10101011 111101 1000010

Color Harmonies of #74DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DDCE

Black with #74DDCE

Text Example


Text Example

White with #74DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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