Html Css Color HEX #74CFBD Downy

📋 copy color: '#74CFBD'

red 116 ◦ green 207 ◦ blue 189

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

Shades of Downy #74CFBD

Tints of Downy #74CFBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.91%

R = 22.66%
G = 40.43%
B = 36.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#74CFBD (or 0x74CFBD) is known color: Downy. HEX triplet: 74, CF and BD. RGB value is (116,207,189). Sum of RGB (Red+Green+Blue) = 116+207+189=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #74CFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CFBD is #8B3042. Grayscale: #B1B1B1. Windows color (decimal): -9121859 or 12439412. OLE color: 12439412.

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

Color convert

RGB 116 207 189 -
CMYK 0.44 0 0.09 0.19
HSL 168.13º 0.49% 0.63% -
HSV(B) 168.13º 0.44% 0.81% -
XYZ 38.7 52.01 56.14 -
YUV 177.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 116 207 189 0.44 0 0.09 0.19 168.13 0.49 0.63
Hex 74 CF BD 2C 0 9 13 A8 31 3F
Octal 164 317 275 54 0 11 23 250 61 77
Binary 1110100 11001111 10111101 101100 0 1001 10011 10101000 110001 111111

Color Harmonies of #74CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CFBD

Black with #74CFBD

Text Example


Text Example

White with #74CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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