Html Css Color HEX #2E838B Atoll

📋 copy color: '#2E838B'

red 46 ◦ green 131 ◦ blue 139

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

Shades of Atoll #2E838B

Tints of Atoll #2E838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 139 (54.69% from 255) = 43.99%

R = 14.56%
G = 41.46%
B = 43.99%

CMYK

 C value IS 0.67

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2E838B (or 0x2E838B) is known color: Atoll. HEX triplet: 2E, 83 and 8B. RGB value is (46,131,139). Sum of RGB (Red+Green+Blue) = 46+131+139=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 139 - color contains mainly: blue. Hex color #2E838B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E838B is #D17C74. Grayscale: #6A6A6A. Windows color (decimal): -13728885 or 9143086. OLE color: 9143086.

HSL color Cylindrical-coordinate representation of color #2E838B: hue angle of 185.16º 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 #2E838B is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 46 131 139 -
CMYK 0.67 0.06 0 0.45
HSL 185.16º 0.5% 0.36% -
HSV(B) 185.16º 0.67% 0.55% -
XYZ 13.9 18.68 27.3 -
YUV 106.5 146.34 84.85 -
System Red Green Blue C M Y K H S L
Decimal 46 131 139 0.67 0.06 0 0.45 185.16 0.5 0.36
Hex 2E 83 8B 43 6 0 2D B9 32 24
Octal 56 203 213 103 6 0 55 271 62 44
Binary 101110 10000011 10001011 1000011 110 0 101101 10111001 110010 100100

Color Harmonies of #2E838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E838B

Black with #2E838B

Text Example


Text Example

White with #2E838B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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