Html Css Color HEX #74CDBF Downy

📋 copy color: '#74CDBF'

red 116 ◦ green 205 ◦ blue 191

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

Shades of Downy #74CDBF

Tints of Downy #74CDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.3%

R = 22.66%
G = 40.04%
B = 37.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#74CDBF (or 0x74CDBF) is known color: Downy. HEX triplet: 74, CD and BF. RGB value is (116,205,191). Sum of RGB (Red+Green+Blue) = 116+205+191=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDBF is #8B3240. Grayscale: #B0B0B0. Windows color (decimal): -9122369 or 12569972. OLE color: 12569972.

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

Color convert

RGB 116 205 191 -
CMYK 0.43 0 0.07 0.20
HSL 170.56º 0.47% 0.63% -
HSV(B) 170.56º 0.43% 0.8% -
XYZ 38.44 51.14 57.13 -
YUV 176.79 136.01 84.64 -
System Red Green Blue C M Y K H S L
Decimal 116 205 191 0.43 0 0.07 0.20 170.56 0.47 0.63
Hex 74 CD BF 2B 0 7 14 AB 2F 3F
Octal 164 315 277 53 0 7 24 253 57 77
Binary 1110100 11001101 10111111 101011 0 111 10100 10101011 101111 111111

Color Harmonies of #74CDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDBF

Black with #74CDBF

Text Example


Text Example

White with #74CDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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