Html Css Color HEX #6CCACE Spray

📋 copy color: '#6CCACE'

red 108 ◦ green 202 ◦ blue 206

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

Shades of Spray #6CCACE

Tints of Spray #6CCACE

RGB

 RED value IS 108 (42.58% from 255) = 20.93%

 GREEN value IS 202 (79.3% from 255) = 39.15%

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

R = 20.93%
G = 39.15%
B = 39.92%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6CCACE (or 0x6CCACE) is known color: Spray. HEX triplet: 6C, CA and CE. RGB value is (108,202,206). Sum of RGB (Red+Green+Blue) = 108+202+206=516 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.93% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 206 (80.86% from 255 or 39.92% from 516); Max value from RGB is 206 - color contains mainly: blue. Hex color #6CCACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCACE is #933531. Grayscale: #AEAEAE. Windows color (decimal): -9647410 or 13552236. OLE color: 13552236.

HSL color Cylindrical-coordinate representation of color #6CCACE: hue angle of 182.45º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCACE is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 202 206 -
CMYK 0.48 0.02 0 0.19
HSL 182.45º 0.5% 0.62% -
HSV(B) 182.45º 0.48% 0.81% -
XYZ 38.45 49.89 66 -
YUV 174.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 108 202 206 0.48 0.02 0 0.19 182.45 0.5 0.62
Hex 6C CA CE 30 2 0 13 B6 32 3E
Octal 154 312 316 60 2 0 23 266 62 76
Binary 1101100 11001010 11001110 110000 10 0 10011 10110110 110010 111110

Color Harmonies of #6CCACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CCACE

Black with #6CCACE

Text Example


Text Example

White with #6CCACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6CCACE; }

 p { color: rgb(108,202,206); }

 H1.HeaderClassName
 {
   color: #6CCACE;
 }
 .AnyTagClassName
 {
   color: #6CCACE;
 }
</style>

background-color css

<style>
 a { background-color: #6CCACE; }

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

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

border-color css

<style>
 span { border-color: #6CCACE; }

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

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