Html Css Color HEX #74DFD0 Downy

📋 copy color: '#74DFD0'

red 116 ◦ green 223 ◦ blue 208

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

Shades of Downy #74DFD0

Tints of Downy #74DFD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 21.21%
G = 40.77%
B = 38.03%

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

#74DFD0 (or 0x74DFD0) is known color: Downy. HEX triplet: 74, DF and D0. RGB value is (116,223,208). Sum of RGB (Red+Green+Blue) = 116+223+208=547 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.21% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DFD0 is #8B202F. Grayscale: #BDBDBD. Windows color (decimal): -9117744 or 13688692. OLE color: 13688692.

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

Color convert

RGB 116 223 208 -
CMYK 0.48 0 0.07 0.13
HSL 171.59º 0.63% 0.66% -
HSV(B) 171.59º 0.48% 0.87% -
XYZ 44.98 61.04 69.09 -
YUV 189.3 138.55 75.72 -
System Red Green Blue C M Y K H S L
Decimal 116 223 208 0.48 0 0.07 0.13 171.59 0.63 0.66
Hex 74 DF D0 30 0 7 D AC 3F 42
Octal 164 337 320 60 0 7 15 254 77 102
Binary 1110100 11011111 11010000 110000 0 111 1101 10101100 111111 1000010

Color Harmonies of #74DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DFD0

Black with #74DFD0

Text Example


Text Example

White with #74DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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