Html Css Color HEX #74D1D0 Spray

📋 copy color: '#74D1D0'

red 116 ◦ green 209 ◦ blue 208

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

Shades of Spray #74D1D0

Tints of Spray #74D1D0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.21%

 BLUE value IS 208 (81.64% from 255) = 39.02%

R = 21.76%
G = 39.21%
B = 39.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#74D1D0 (or 0x74D1D0) is known color: Spray. HEX triplet: 74, D1 and D0. RGB value is (116,209,208). Sum of RGB (Red+Green+Blue) = 116+209+208=533 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.76% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #74D1D0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D1D0 is #8B2E2F. Grayscale: #B4B4B4. Windows color (decimal): -9121328 or 13685108. OLE color: 13685108.

HSL color Cylindrical-coordinate representation of color #74D1D0: hue angle of 179.35º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D1D0 is Cyan = 0.44, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 208 -
CMYK 0.44 0 0.00 0.18
HSL 179.35º 0.5% 0.64% -
HSV(B) 179.35º 0.44% 0.82% -
XYZ 41.39 53.87 67.89 -
YUV 181.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 116 209 208 0.44 0 0.00 0.18 179.35 0.5 0.64
Hex 74 D1 D0 2C 0 0 12 B3 32 40
Octal 164 321 320 54 0 0 22 263 62 100
Binary 1110100 11010001 11010000 101100 0 0 10010 10110011 110010 1000000

Color Harmonies of #74D1D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D1D0

Black with #74D1D0

Text Example


Text Example

White with #74D1D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,209,208); }

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

background-color css

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

 a { background-color: rgb(116,209,208); }

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

border-color css

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

 span { border-color: rgb(116,209,208); }

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