Html Css Color HEX #74CDBA Downy

📋 copy color: '#74CDBA'

red 116 ◦ green 205 ◦ blue 186

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

Shades of Downy #74CDBA

Tints of Downy #74CDBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 22.88%
G = 40.43%
B = 36.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#74CDBA (or 0x74CDBA) is known color: Downy. HEX triplet: 74, CD and BA. RGB value is (116,205,186). Sum of RGB (Red+Green+Blue) = 116+205+186=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDBA is #8B3245. Grayscale: #B0B0B0. Windows color (decimal): -9122374 or 12242292. OLE color: 12242292.

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

Color convert

RGB 116 205 186 -
CMYK 0.43 0 0.09 0.20
HSL 167.19º 0.47% 0.63% -
HSV(B) 167.19º 0.43% 0.8% -
XYZ 37.9 50.92 54.29 -
YUV 176.22 133.51 85.04 -
System Red Green Blue C M Y K H S L
Decimal 116 205 186 0.43 0 0.09 0.20 167.19 0.47 0.63
Hex 74 CD BA 2B 0 9 14 A7 2F 3F
Octal 164 315 272 53 0 11 24 247 57 77
Binary 1110100 11001101 10111010 101011 0 1001 10100 10100111 101111 111111

Color Harmonies of #74CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDBA

Black with #74CDBA

Text Example


Text Example

White with #74CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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