Html Css Color HEX #74CFB8 Downy

📋 copy color: '#74CFB8'

red 116 ◦ green 207 ◦ blue 184

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

Shades of Downy #74CFB8

Tints of Downy #74CFB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 36.29%

R = 22.88%
G = 40.83%
B = 36.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#74CFB8 (or 0x74CFB8) is known color: Downy. HEX triplet: 74, CF and B8. RGB value is (116,207,184). Sum of RGB (Red+Green+Blue) = 116+207+184=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFB8 is #8B3047. Grayscale: #B1B1B1. Windows color (decimal): -9121864 or 12111732. OLE color: 12111732.

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

Color convert

RGB 116 207 184 -
CMYK 0.44 0 0.11 0.19
HSL 164.84º 0.49% 0.63% -
HSV(B) 164.84º 0.44% 0.81% -
XYZ 38.17 51.8 53.33 -
YUV 177.17 131.85 84.37 -
System Red Green Blue C M Y K H S L
Decimal 116 207 184 0.44 0 0.11 0.19 164.84 0.49 0.63
Hex 74 CF B8 2C 0 B 13 A5 31 3F
Octal 164 317 270 54 0 13 23 245 61 77
Binary 1110100 11001111 10111000 101100 0 1011 10011 10100101 110001 111111

Color Harmonies of #74CFB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFB8

Black with #74CFB8

Text Example


Text Example

White with #74CFB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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