Html Css Color HEX #2E8B88 Blue Chill

📋 copy color: '#2E8B88'

red 46 ◦ green 139 ◦ blue 136

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

Shades of Blue Chill #2E8B88

Tints of Blue Chill #2E8B88

RGB

 RED value IS 46 (18.36% from 255) = 14.33%

 GREEN value IS 139 (54.69% from 255) = 43.3%

 BLUE value IS 136 (53.52% from 255) = 42.37%

R = 14.33%
G = 43.3%
B = 42.37%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#2E8B88 (or 0x2E8B88) is known color: Blue Chill. HEX triplet: 2E, 8B and 88. RGB value is (46,139,136). Sum of RGB (Red+Green+Blue) = 46+139+136=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 136 (53.52% from 255 or 42.37% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #2E8B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8B88 is #D17477. Grayscale: #6E6E6E. Windows color (decimal): -13726840 or 8948526. OLE color: 8948526.

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

Color convert

RGB 46 139 136 -
CMYK 0.67 0 0.02 0.45
HSL 178.06º 0.5% 0.36% -
HSV(B) 178.06º 0.67% 0.55% -
XYZ 14.8 20.82 26.53 -
YUV 110.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 46 139 136 0.67 0 0.02 0.45 178.06 0.5 0.36
Hex 2E 8B 88 43 0 2 2D B2 32 24
Octal 56 213 210 103 0 2 55 262 62 44
Binary 101110 10001011 10001000 1000011 0 10 101101 10110010 110010 100100

Color Harmonies of #2E8B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8B88

Black with #2E8B88

Text Example


Text Example

White with #2E8B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,139,136); }

 H1.HeaderClassName
 {
   color: #2E8B88;
 }
 .AnyTagClassName
 {
   color: #2E8B88;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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