Html Css Color HEX #74CDB9 Downy

📋 copy color: '#74CDB9'

red 116 ◦ green 205 ◦ blue 185

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

Shades of Downy #74CDB9

Tints of Downy #74CDB9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.51%

 BLUE value IS 185 (72.66% from 255) = 36.56%

R = 22.92%
G = 40.51%
B = 36.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.10

 K value IS 0.20

RGB Variations

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

Color information

#74CDB9 (or 0x74CDB9) is known color: Downy. HEX triplet: 74, CD and B9. RGB value is (116,205,185). Sum of RGB (Red+Green+Blue) = 116+205+185=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 205 (80.47% from 255 or 40.51% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDB9 is #8B3246. Grayscale: #B0B0B0. Windows color (decimal): -9122375 or 12176756. OLE color: 12176756.

HSL color Cylindrical-coordinate representation of color #74CDB9: hue angle of 166.52º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CDB9 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB 116 205 185 -
CMYK 0.43 0 0.10 0.20
HSL 166.52º 0.47% 0.63% -
HSV(B) 166.52º 0.43% 0.8% -
XYZ 37.79 50.88 53.73 -
YUV 176.11 133.01 85.13 -
System Red Green Blue C M Y K H S L
Decimal 116 205 185 0.43 0 0.10 0.20 166.52 0.47 0.63
Hex 74 CD B9 2B 0 A 14 A7 2F 3F
Octal 164 315 271 53 0 12 24 247 57 77
Binary 1110100 11001101 10111001 101011 0 1010 10100 10100111 101111 111111

Color Harmonies of #74CDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDB9

Black with #74CDB9

Text Example


Text Example

White with #74CDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,205,185); }

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

background-color css

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

 a { background-color: rgb(116,205,185); }

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

border-color css

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

 span { border-color: rgb(116,205,185); }

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