Html Css Color HEX #74DBC2 Downy

📋 copy color: '#74DBC2'

red 116 ◦ green 219 ◦ blue 194

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

Shades of Downy #74DBC2

Tints of Downy #74DBC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 36.67%

R = 21.93%
G = 41.4%
B = 36.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#74DBC2 (or 0x74DBC2) is known color: Downy. HEX triplet: 74, DB and C2. RGB value is (116,219,194). Sum of RGB (Red+Green+Blue) = 116+219+194=529 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.93% from 529); Green value is 219 (85.94% from 255 or 41.40% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DBC2 is #8B243D. Grayscale: #B9B9B9. Windows color (decimal): -9118782 or 12770164. OLE color: 12770164.

HSL color Cylindrical-coordinate representation of color #74DBC2: hue angle of 165.44º 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 #74DBC2 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 219 194 -
CMYK 0.47 0 0.11 0.14
HSL 165.44º 0.59% 0.66% -
HSV(B) 165.44º 0.47% 0.86% -
XYZ 42.27 58.27 60.06 -
YUV 185.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 116 219 194 0.47 0 0.11 0.14 165.44 0.59 0.66
Hex 74 DB C2 2F 0 B E A5 3B 42
Octal 164 333 302 57 0 13 16 245 73 102
Binary 1110100 11011011 11000010 101111 0 1011 1110 10100101 111011 1000010

Color Harmonies of #74DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74DBC2

Black with #74DBC2

Text Example


Text Example

White with #74DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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