Html Css Color HEX #6ACACE Spray

📋 copy color: '#6ACACE'

red 106 ◦ green 202 ◦ blue 206

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

Shades of Spray #6ACACE

Tints of Spray #6ACACE

RGB

 RED value IS 106 (41.8% from 255) = 20.62%

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

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

R = 20.62%
G = 39.3%
B = 40.08%

CMYK

 C value IS 0.49

 M value IS 0.02

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6ACACE (or 0x6ACACE) is known color: Spray. HEX triplet: 6A, CA and CE. RGB value is (106,202,206). Sum of RGB (Red+Green+Blue) = 106+202+206=514 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.62% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ACACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACACE is #953531. Grayscale: #ADADAD. Windows color (decimal): -9778482 or 13552234. OLE color: 13552234.

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

Color convert

RGB 106 202 206 -
CMYK 0.49 0.02 0 0.19
HSL 182.4º 0.51% 0.61% -
HSV(B) 182.4º 0.49% 0.81% -
XYZ 38.2 49.76 65.98 -
YUV 173.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 106 202 206 0.49 0.02 0 0.19 182.4 0.51 0.61
Hex 6A CA CE 31 2 0 13 B6 33 3D
Octal 152 312 316 61 2 0 23 266 63 75
Binary 1101010 11001010 11001110 110001 10 0 10011 10110110 110011 111101

Color Harmonies of #6ACACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACACE

Black with #6ACACE

Text Example


Text Example

White with #6ACACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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