Html Css Color HEX #74D9CC Downy

📋 copy color: '#74D9CC'

red 116 ◦ green 217 ◦ blue 204

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

Shades of Downy #74D9CC

Tints of Downy #74D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 40.41%

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

R = 21.6%
G = 40.41%
B = 37.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#74D9CC (or 0x74D9CC) is known color: Downy. HEX triplet: 74, D9 and CC. RGB value is (116,217,204). Sum of RGB (Red+Green+Blue) = 116+217+204=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 217 - color contains mainly: green. Hex color #74D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D9CC is #8B2633. Grayscale: #B9B9B9. Windows color (decimal): -9119284 or 13425012. OLE color: 13425012.

HSL color Cylindrical-coordinate representation of color #74D9CC: hue angle of 172.28º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D9CC is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 217 204 -
CMYK 0.47 0 0.06 0.15
HSL 172.28º 0.57% 0.65% -
HSV(B) 172.28º 0.47% 0.85% -
XYZ 42.91 57.7 66 -
YUV 185.32 138.54 78.56 -
System Red Green Blue C M Y K H S L
Decimal 116 217 204 0.47 0 0.06 0.15 172.28 0.57 0.65
Hex 74 D9 CC 2F 0 6 F AC 39 41
Octal 164 331 314 57 0 6 17 254 71 101
Binary 1110100 11011001 11001100 101111 0 110 1111 10101100 111001 1000001

Color Harmonies of #74D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D9CC

Black with #74D9CC

Text Example


Text Example

White with #74D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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