Html Css Color HEX #2E8984 Atoll

📋 copy color: '#2E8984'

red 46 ◦ green 137 ◦ blue 132

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

Shades of Atoll #2E8984

Tints of Atoll #2E8984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.9%

R = 14.6%
G = 43.49%
B = 41.9%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#2E8984 (or 0x2E8984) is known color: Atoll. HEX triplet: 2E, 89 and 84. RGB value is (46,137,132). Sum of RGB (Red+Green+Blue) = 46+137+132=315 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.60% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #2E8984 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E8984 is #D1767B. Grayscale: #6D6D6D. Windows color (decimal): -13727356 or 8685870. OLE color: 8685870.

HSL color Cylindrical-coordinate representation of color #2E8984: hue angle of 176.7º 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 #2E8984 is Cyan = 0.66, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 46 137 132 -
CMYK 0.66 0 0.04 0.46
HSL 176.7º 0.5% 0.36% -
HSV(B) 176.7º 0.66% 0.54% -
XYZ 14.24 20.14 24.97 -
YUV 109.22 140.85 82.91 -
System Red Green Blue C M Y K H S L
Decimal 46 137 132 0.66 0 0.04 0.46 176.7 0.5 0.36
Hex 2E 89 84 42 0 4 2E B1 32 24
Octal 56 211 204 102 0 4 56 261 62 44
Binary 101110 10001001 10000100 1000010 0 100 101110 10110001 110010 100100

Color Harmonies of #2E8984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E8984

Black with #2E8984

Text Example


Text Example

White with #2E8984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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