Html Css Color HEX #75CDCD Spray

📋 copy color: '#75CDCD'

red 117 ◦ green 205 ◦ blue 205

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

Shades of Spray #75CDCD

Tints of Spray #75CDCD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 38.9%

 BLUE value IS 205 (80.47% from 255) = 38.9%

R = 22.2%
G = 38.9%
B = 38.9%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#75CDCD (or 0x75CDCD) is known color: Spray. HEX triplet: 75, CD and CD. RGB value is (117,205,205). Sum of RGB (Red+Green+Blue) = 117+205+205=527 (69% of max value = 765). Red value is 117 (46.09% from 255 or 22.20% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #75CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CDCD is #8A3232. Grayscale: #B2B2B2. Windows color (decimal): -9056819 or 13487477. OLE color: 13487477.

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

Color convert

RGB 117 205 205 -
CMYK 0.43 0 0 0.20
HSL 180º 0.47% 0.63% -
HSV(B) 180º 0.43% 0.8% -
XYZ 40.19 51.85 65.65 -
YUV 178.69 142.85 84 -
System Red Green Blue C M Y K H S L
Decimal 117 205 205 0.43 0 0 0.20 180 0.47 0.63
Hex 75 CD CD 2B 0 0 14 B4 2F 3F
Octal 165 315 315 53 0 0 24 264 57 77
Binary 1110101 11001101 11001101 101011 0 0 10100 10110100 101111 111111

Color Harmonies of #75CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CDCD

Black with #75CDCD

Text Example


Text Example

White with #75CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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