Html Css Color HEX #74DBC8 Downy

📋 copy color: '#74DBC8'

red 116 ◦ green 219 ◦ blue 200

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

Shades of Downy #74DBC8

Tints of Downy #74DBC8

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.93%

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 21.68%
G = 40.93%
B = 37.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#74DBC8 (or 0x74DBC8) is known color: Downy. HEX triplet: 74, DB and C8. RGB value is (116,219,200). Sum of RGB (Red+Green+Blue) = 116+219+200=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBC8 is #8B2437. Grayscale: #BABABA. Windows color (decimal): -9118776 or 13163380. OLE color: 13163380.

HSL color Cylindrical-coordinate representation of color #74DBC8: hue angle of 168.93º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DBC8 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 200 -
CMYK 0.47 0 0.09 0.14
HSL 168.93º 0.59% 0.66% -
HSV(B) 168.93º 0.47% 0.86% -
XYZ 42.96 58.55 63.68 -
YUV 186.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 116 219 200 0.47 0 0.09 0.14 168.93 0.59 0.66
Hex 74 DB C8 2F 0 9 E A9 3B 42
Octal 164 333 310 57 0 11 16 251 73 102
Binary 1110100 11011011 11001000 101111 0 1001 1110 10101001 111011 1000010

Color Harmonies of #74DBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBC8

Black with #74DBC8

Text Example


Text Example

White with #74DBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,219,200); }

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

background-color css

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

 a { background-color: rgb(116,219,200); }

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

border-color css

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

 span { border-color: rgb(116,219,200); }

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