Html Css Color HEX #74CDC7 Downy

📋 copy color: '#74CDC7'

red 116 ◦ green 205 ◦ blue 199

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

Shades of Downy #74CDC7

Tints of Downy #74CDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.27%

R = 22.31%
G = 39.42%
B = 38.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#74CDC7 (or 0x74CDC7) is known color: Downy. HEX triplet: 74, CD and C7. RGB value is (116,205,199). Sum of RGB (Red+Green+Blue) = 116+205+199=520 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.31% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 199 (78.12% from 255 or 38.27% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #74CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDC7 is #8B3238. Grayscale: #B1B1B1. Windows color (decimal): -9122361 or 13094260. OLE color: 13094260.

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

Color convert

RGB 116 205 199 -
CMYK 0.43 0 0.03 0.20
HSL 175.96º 0.47% 0.63% -
HSV(B) 175.96º 0.43% 0.8% -
XYZ 39.34 51.5 61.9 -
YUV 177.71 140.01 83.99 -
System Red Green Blue C M Y K H S L
Decimal 116 205 199 0.43 0 0.03 0.20 175.96 0.47 0.63
Hex 74 CD C7 2B 0 3 14 B0 2F 3F
Octal 164 315 307 53 0 3 24 260 57 77
Binary 1110100 11001101 11000111 101011 0 11 10100 10110000 101111 111111

Color Harmonies of #74CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDC7

Black with #74CDC7

Text Example


Text Example

White with #74CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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