Html Css Color HEX #74D4DC Spray

📋 copy color: '#74D4DC'

red 116 ◦ green 212 ◦ blue 220

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

Shades of Spray #74D4DC

Tints of Spray #74D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.69%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 21.17%
G = 38.69%
B = 40.15%

CMYK

 C value IS 0.47

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74D4DC (or 0x74D4DC) is known color: Spray. HEX triplet: 74, D4 and DC. RGB value is (116,212,220). Sum of RGB (Red+Green+Blue) = 116+212+220=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 212 (83.20% from 255 or 38.69% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #74D4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D4DC is #8B2B23. Grayscale: #B8B8B8. Windows color (decimal): -9120548 or 14472308. OLE color: 14472308.

HSL color Cylindrical-coordinate representation of color #74D4DC: hue angle of 184.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D4DC is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 212 220 -
CMYK 0.47 0.04 0 0.14
HSL 184.62º 0.6% 0.66% -
HSV(B) 184.62º 0.47% 0.86% -
XYZ 43.66 55.97 76.21 -
YUV 184.21 148.2 79.35 -
System Red Green Blue C M Y K H S L
Decimal 116 212 220 0.47 0.04 0 0.14 184.62 0.6 0.66
Hex 74 D4 DC 2F 4 0 E B9 3C 42
Octal 164 324 334 57 4 0 16 271 74 102
Binary 1110100 11010100 11011100 101111 100 0 1110 10111001 111100 1000010

Color Harmonies of #74D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D4DC

Black with #74D4DC

Text Example


Text Example

White with #74D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,212,220); }

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

background-color css

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

 a { background-color: rgb(116,212,220); }

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

border-color css

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

 span { border-color: rgb(116,212,220); }

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