Html Css Color HEX #74CFB6 Downy

📋 copy color: '#74CFB6'

red 116 ◦ green 207 ◦ blue 182

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

Shades of Downy #74CFB6

Tints of Downy #74CFB6

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 22.97%
G = 40.99%
B = 36.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#74CFB6 (or 0x74CFB6) is known color: Downy. HEX triplet: 74, CF and B6. RGB value is (116,207,182). Sum of RGB (Red+Green+Blue) = 116+207+182=505 (66% of max value = 765). Red value is 116 (45.70% from 255 or 22.97% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFB6 is #8B3049. Grayscale: #B0B0B0. Windows color (decimal): -9121866 or 11980660. OLE color: 11980660.

HSL color Cylindrical-coordinate representation of color #74CFB6: hue angle of 163.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CFB6 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 207 182 -
CMYK 0.44 0 0.12 0.19
HSL 163.52º 0.49% 0.63% -
HSV(B) 163.52º 0.44% 0.81% -
XYZ 37.96 51.72 52.24 -
YUV 176.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 116 207 182 0.44 0 0.12 0.19 163.52 0.49 0.63
Hex 74 CF B6 2C 0 C 13 A4 31 3F
Octal 164 317 266 54 0 14 23 244 61 77
Binary 1110100 11001111 10110110 101100 0 1100 10011 10100100 110001 111111

Color Harmonies of #74CFB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFB6

Black with #74CFB6

Text Example


Text Example

White with #74CFB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,207,182); }

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

background-color css

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

 a { background-color: rgb(116,207,182); }

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

border-color css

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

 span { border-color: rgb(116,207,182); }

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