Html Css Color HEX #74D6D2 Spray

📋 copy color: '#74D6D2'

red 116 ◦ green 214 ◦ blue 210

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

Shades of Spray #74D6D2

Tints of Spray #74D6D2

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.63%

 BLUE value IS 210 (82.42% from 255) = 38.89%

R = 21.48%
G = 39.63%
B = 38.89%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#74D6D2 (or 0x74D6D2) is known color: Spray. HEX triplet: 74, D6 and D2. RGB value is (116,214,210). Sum of RGB (Red+Green+Blue) = 116+214+210=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 210 (82.42% from 255 or 38.89% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #74D6D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D6D2 is #8B292D. Grayscale: #B8B8B8. Windows color (decimal): -9120046 or 13817460. OLE color: 13817460.

HSL color Cylindrical-coordinate representation of color #74D6D2: hue angle of 177.55º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D6D2 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 214 210 -
CMYK 0.46 0 0.02 0.16
HSL 177.55º 0.54% 0.65% -
HSV(B) 177.55º 0.46% 0.84% -
XYZ 42.88 56.46 69.61 -
YUV 184.24 142.53 79.33 -
System Red Green Blue C M Y K H S L
Decimal 116 214 210 0.46 0 0.02 0.16 177.55 0.54 0.65
Hex 74 D6 D2 2E 0 2 10 B2 36 41
Octal 164 326 322 56 0 2 20 262 66 101
Binary 1110100 11010110 11010010 101110 0 10 10000 10110010 110110 1000001

Color Harmonies of #74D6D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D6D2

Black with #74D6D2

Text Example


Text Example

White with #74D6D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,214,210); }

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

background-color css

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

 a { background-color: rgb(116,214,210); }

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

border-color css

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

 span { border-color: rgb(116,214,210); }

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