Html Css Color HEX #75D2DC Spray

📋 copy color: '#75D2DC'

red 117 ◦ green 210 ◦ blue 220

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

Shades of Spray #75D2DC

Tints of Spray #75D2DC

RGB

 RED value IS 117 (46.09% from 255) = 21.39%

 GREEN value IS 210 (82.42% from 255) = 38.39%

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

R = 21.39%
G = 38.39%
B = 40.22%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#75D2DC (or 0x75D2DC) is known color: Spray. HEX triplet: 75, D2 and DC. RGB value is (117,210,220). Sum of RGB (Red+Green+Blue) = 117+210+220=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #75D2DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75D2DC is #8A2D23. Grayscale: #B7B7B7. Windows color (decimal): -9055524 or 14471797. OLE color: 14471797.

HSL color Cylindrical-coordinate representation of color #75D2DC: hue angle of 185.83º 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 #75D2DC is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 210 220 -
CMYK 0.47 0.05 0 0.14
HSL 185.83º 0.6% 0.66% -
HSV(B) 185.83º 0.47% 0.86% -
XYZ 43.3 55.04 76.05 -
YUV 183.33 148.69 80.69 -
System Red Green Blue C M Y K H S L
Decimal 117 210 220 0.47 0.05 0 0.14 185.83 0.6 0.66
Hex 75 D2 DC 2F 5 0 E BA 3C 42
Octal 165 322 334 57 5 0 16 272 74 102
Binary 1110101 11010010 11011100 101111 101 0 1110 10111010 111100 1000010

Color Harmonies of #75D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D2DC

Black with #75D2DC

Text Example


Text Example

White with #75D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75D2DC; }

 p { color: rgb(117,210,220); }

 H1.HeaderClassName
 {
   color: #75D2DC;
 }
 .AnyTagClassName
 {
   color: #75D2DC;
 }
</style>

background-color css

<style>
 a { background-color: #75D2DC; }

 a { background-color: rgb(117,210,220); }

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

border-color css

<style>
 span { border-color: #75D2DC; }

 span { border-color: rgb(117,210,220); }

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