Html Css Color HEX #6EACAC Neptune

📋 copy color: '#6EACAC'

red 110 ◦ green 172 ◦ blue 172

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

Shades of Neptune #6EACAC

Tints of Neptune #6EACAC

RGB

 RED value IS 110 (43.36% from 255) = 24.23%

 GREEN value IS 172 (67.58% from 255) = 37.89%

 BLUE value IS 172 (67.58% from 255) = 37.89%

R = 24.23%
G = 37.89%
B = 37.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6EACAC (or 0x6EACAC) is known color: Neptune. HEX triplet: 6E, AC and AC. RGB value is (110,172,172). Sum of RGB (Red+Green+Blue) = 110+172+172=454 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.23% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #6EACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EACAC is #915353. Grayscale: #999999. Windows color (decimal): -9524052 or 11316334. OLE color: 11316334.

HSL color Cylindrical-coordinate representation of color #6EACAC: hue angle of 180º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EACAC is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 172 172 -
CMYK 0.36 0 0 0.33
HSL 180º 0.27% 0.55% -
HSV(B) 180º 0.36% 0.67% -
XYZ 28.63 35.8 44.43 -
YUV 153.46 138.46 97 -
System Red Green Blue C M Y K H S L
Decimal 110 172 172 0.36 0 0 0.33 180 0.27 0.55
Hex 6E AC AC 24 0 0 21 B4 1B 37
Octal 156 254 254 44 0 0 41 264 33 67
Binary 1101110 10101100 10101100 100100 0 0 100001 10110100 11011 110111

Color Harmonies of #6EACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EACAC

Black with #6EACAC

Text Example


Text Example

White with #6EACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,172,172); }

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

background-color css

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

 a { background-color: rgb(110,172,172); }

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

border-color css

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

 span { border-color: rgb(110,172,172); }

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