Html Css Color HEX #74CDCC Downy

📋 copy color: '#74CDCC'

red 116 ◦ green 205 ◦ blue 204

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

Shades of Downy #74CDCC

Tints of Downy #74CDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 22.1%
G = 39.05%
B = 38.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#74CDCC (or 0x74CDCC) is known color: Downy. HEX triplet: 74, CD and CC. RGB value is (116,205,204). Sum of RGB (Red+Green+Blue) = 116+205+204=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDCC is #8B3233. Grayscale: #B2B2B2. Windows color (decimal): -9122356 or 13421940. OLE color: 13421940.

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

Color convert

RGB 116 205 204 -
CMYK 0.43 0 0.00 0.20
HSL 179.33º 0.47% 0.63% -
HSV(B) 179.33º 0.43% 0.8% -
XYZ 39.93 51.74 65.01 -
YUV 178.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 116 205 204 0.43 0 0.00 0.20 179.33 0.47 0.63
Hex 74 CD CC 2B 0 0 14 B3 2F 3F
Octal 164 315 314 53 0 0 24 263 57 77
Binary 1110100 11001101 11001100 101011 0 0 10100 10110011 101111 111111

Color Harmonies of #74CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDCC

Black with #74CDCC

Text Example


Text Example

White with #74CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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