Html Css Color HEX #74CACB Downy

📋 copy color: '#74CACB'

red 116 ◦ green 202 ◦ blue 203

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

Shades of Downy #74CACB

Tints of Downy #74CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 203 (79.69% from 255) = 38.96%

R = 22.26%
G = 38.77%
B = 38.96%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#74CACB (or 0x74CACB) is known color: Downy. HEX triplet: 74, CA and CB. RGB value is (116,202,203). Sum of RGB (Red+Green+Blue) = 116+202+203=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #74CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CACB is #8B3534. Grayscale: #B0B0B0. Windows color (decimal): -9123125 or 13355636. OLE color: 13355636.

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

Color convert

RGB 116 202 203 -
CMYK 0.43 0.00 0 0.20
HSL 180.69º 0.46% 0.63% -
HSV(B) 180.69º 0.43% 0.8% -
XYZ 39.1 50.27 64.14 -
YUV 176.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 116 202 203 0.43 0.00 0 0.20 180.69 0.46 0.63
Hex 74 CA CB 2B 0 0 14 B5 2E 3F
Octal 164 312 313 53 0 0 24 265 56 77
Binary 1110100 11001010 11001011 101011 0 0 10100 10110101 101110 111111

Color Harmonies of #74CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CACB

Black with #74CACB

Text Example


Text Example

White with #74CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,203); }

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

background-color css

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

 a { background-color: rgb(116,202,203); }

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

border-color css

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

 span { border-color: rgb(116,202,203); }

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