Html Css Color HEX #2E8985 Atoll

📋 copy color: '#2E8985'

red 46 ◦ green 137 ◦ blue 133

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

Shades of Atoll #2E8985

Tints of Atoll #2E8985

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.35%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 14.56%
G = 43.35%
B = 42.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#2E8985 (or 0x2E8985) is known color: Atoll. HEX triplet: 2E, 89 and 85. RGB value is (46,137,133). Sum of RGB (Red+Green+Blue) = 46+137+133=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 137 (53.91% from 255 or 43.35% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8985 is #D1767A. Grayscale: #6D6D6D. Windows color (decimal): -13727355 or 8751406. OLE color: 8751406.

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

Color convert

RGB 46 137 133 -
CMYK 0.66 0 0.03 0.46
HSL 177.36º 0.5% 0.36% -
HSV(B) 177.36º 0.66% 0.54% -
XYZ 14.31 20.17 25.33 -
YUV 109.34 141.35 82.83 -
System Red Green Blue C M Y K H S L
Decimal 46 137 133 0.66 0 0.03 0.46 177.36 0.5 0.36
Hex 2E 89 85 42 0 3 2E B1 32 24
Octal 56 211 205 102 0 3 56 261 62 44
Binary 101110 10001001 10000101 1000010 0 11 101110 10110001 110010 100100

Color Harmonies of #2E8985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8985

Black with #2E8985

Text Example


Text Example

White with #2E8985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,137,133); }

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

background-color css

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

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

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

border-color css

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

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

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