#2E8A8A

Color #2E8A8A Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #2E8A8A

Tints of Blue Chill #2E8A8A

Color information

#2E8A8A (or 0x2E8A8A) is unknown color: approx Blue Chill. HEX triplet: 2E, 8A and 8A. RGB value is (46,138,138). Sum of RGB (Red+Green+Blue) = 46+138+138=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: green, blue. Hex color #2E8A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8A8A is #D17575. Grayscale: #6E6E6E. Windows color (decimal): -13727094 or 9079342. OLE color: 9079342.

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

Color convert

RGB46138138-
CMYK0.67000.46
HSL180º50%36.08%-
HSV(B)180º66.67%54.12%-
XYZ14.820.5927.24-
YUV110.49143.5282-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 14.29%
GREEN value IS 138 (54.30% from 255) = 42.86%
BLUE value IS 138 (54.30% from 255) = 42.86%
R=14.29%
G=42.86%
B=42.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal461381380.67000.461805036.08
Hex2E8A8A43002Eb43224
Octal5621221210300562646244
Binary101110100010101000101010000110010111010110100110010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E8A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E8A8A; }

 p { color: rgb(46,138,138); }

 H1.HeaderClassName
 {
   color: #2E8A8A;
 }
 .AnyTagClassName
 {
   color: #2E8A8A;
 }
</style>
background-color css

<style>
 a { background-color: #2E8A8A; }

 a { background-color: rgb(46,138,138); }

 div.DivClassName
 {
   background-color: #2E8A8A;
 }
 .BgClassName
 {
   background-color: #2E8A8A;
 }
</style>
border-color css

<style>
 span { border-color: #2E8A8A; }

 span { border-color: rgb(46,138,138); }

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