Html Css Color HEX #75CCCF Spray

📋 copy color: '#75CCCF'

red 117 ◦ green 204 ◦ blue 207

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

Shades of Spray #75CCCF

Tints of Spray #75CCCF

RGB

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

 GREEN value IS 204 (80.08% from 255) = 38.64%

 BLUE value IS 207 (81.25% from 255) = 39.2%

R = 22.16%
G = 38.64%
B = 39.2%

CMYK

 C value IS 0.43

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75CCCF (or 0x75CCCF) is known color: Spray. HEX triplet: 75, CC and CF. RGB value is (117,204,207). Sum of RGB (Red+Green+Blue) = 117+204+207=528 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.16% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #75CCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCCF is #8A3330. Grayscale: #B2B2B2. Windows color (decimal): -9057073 or 13618293. OLE color: 13618293.

HSL color Cylindrical-coordinate representation of color #75CCCF: hue angle of 182º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CCCF is Cyan = 0.43, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 204 207 -
CMYK 0.43 0.01 0 0.19
HSL 182º 0.48% 0.64% -
HSV(B) 182º 0.43% 0.81% -
XYZ 40.19 51.47 66.85 -
YUV 178.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 117 204 207 0.43 0.01 0 0.19 182 0.48 0.64
Hex 75 CC CF 2B 1 0 13 B6 30 40
Octal 165 314 317 53 1 0 23 266 60 100
Binary 1110101 11001100 11001111 101011 1 0 10011 10110110 110000 1000000

Color Harmonies of #75CCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CCCF

Black with #75CCCF

Text Example


Text Example

White with #75CCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,204,207); }

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

background-color css

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

 a { background-color: rgb(117,204,207); }

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

border-color css

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

 span { border-color: rgb(117,204,207); }

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