Html Css Color HEX #75CECE Spray

📋 copy color: '#75CECE'

red 117 ◦ green 206 ◦ blue 206

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

Shades of Spray #75CECE

Tints of Spray #75CECE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 38.94%

 BLUE value IS 206 (80.86% from 255) = 38.94%

R = 22.12%
G = 38.94%
B = 38.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#75CECE (or 0x75CECE) is known color: Spray. HEX triplet: 75, CE and CE. RGB value is (117,206,206). Sum of RGB (Red+Green+Blue) = 117+206+206=529 (70% of max value = 765). Red value is 117 (46.09% from 255 or 22.12% from 529); Green value is 206 (80.86% from 255 or 38.94% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #75CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CECE is #8A3131. Grayscale: #B3B3B3. Windows color (decimal): -9056562 or 13553269. OLE color: 13553269.

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

Color convert

RGB 117 206 206 -
CMYK 0.43 0 0 0.19
HSL 180º 0.48% 0.63% -
HSV(B) 180º 0.43% 0.81% -
XYZ 40.55 52.38 66.37 -
YUV 179.39 143.01 83.5 -
System Red Green Blue C M Y K H S L
Decimal 117 206 206 0.43 0 0 0.19 180 0.48 0.63
Hex 75 CE CE 2B 0 0 13 B4 30 3F
Octal 165 316 316 53 0 0 23 264 60 77
Binary 1110101 11001110 11001110 101011 0 0 10011 10110100 110000 111111

Color Harmonies of #75CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CECE

Black with #75CECE

Text Example


Text Example

White with #75CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,206); }

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

background-color css

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

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

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

border-color css

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

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

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