Html Css Color HEX #82CECE Spray

📋 copy color: '#82CECE'

red 130 ◦ green 206 ◦ blue 206

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

Shades of Spray #82CECE

Tints of Spray #82CECE

RGB

 RED value IS 130 (51.17% from 255) = 23.99%

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

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

R = 23.99%
G = 38.01%
B = 38.01%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#82CECE (or 0x82CECE) is known color: Spray. HEX triplet: 82, CE and CE. RGB value is (130,206,206). Sum of RGB (Red+Green+Blue) = 130+206+206=542 (71% of max value = 765). Red value is 130 (51.17% from 255 or 23.99% from 542); Green value is 206 (80.86% from 255 or 38.01% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #82CECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #82CECE is #7D3131. Grayscale: #B7B7B7. Windows color (decimal): -8204594 or 13553282. OLE color: 13553282.

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

Color convert

RGB 130 206 206 -
CMYK 0.37 0 0 0.19
HSL 180º 0.44% 0.66% -
HSV(B) 180º 0.37% 0.81% -
XYZ 42.42 53.34 66.45 -
YUV 183.28 140.82 90 -
System Red Green Blue C M Y K H S L
Decimal 130 206 206 0.37 0 0 0.19 180 0.44 0.66
Hex 82 CE CE 25 0 0 13 B4 2C 42
Octal 202 316 316 45 0 0 23 264 54 102
Binary 10000010 11001110 11001110 100101 0 0 10011 10110100 101100 1000010

Color Harmonies of #82CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82CECE

Black with #82CECE

Text Example


Text Example

White with #82CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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