Html Css Color HEX #2B8E8A Java

📋 copy color: '#2B8E8A'

red 43 ◦ green 142 ◦ blue 138

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

Shades of Java #2B8E8A

Tints of Java #2B8E8A

RGB

 RED value IS 43 (17.19% from 255) = 13.31%

 GREEN value IS 142 (55.86% from 255) = 43.96%

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 13.31%
G = 43.96%
B = 42.72%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#2B8E8A (or 0x2B8E8A) is known color: Java. HEX triplet: 2B, 8E and 8A. RGB value is (43,142,138). Sum of RGB (Red+Green+Blue) = 43+142+138=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 142 (55.86% from 255 or 43.96% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 142 - color contains mainly: green. Hex color #2B8E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8E8A is #D47175. Grayscale: #6F6F6F. Windows color (decimal): -13922678 or 9080363. OLE color: 9080363.

HSL color Cylindrical-coordinate representation of color #2B8E8A: hue angle of 177.58º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B8E8A is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 142 138 -
CMYK 0.70 0 0.03 0.44
HSL 177.58º 0.54% 0.36% -
HSV(B) 177.58º 0.7% 0.56% -
XYZ 15.26 21.69 27.43 -
YUV 111.94 142.7 78.83 -
System Red Green Blue C M Y K H S L
Decimal 43 142 138 0.70 0 0.03 0.44 177.58 0.54 0.36
Hex 2B 8E 8A 46 0 3 2C B2 36 24
Octal 53 216 212 106 0 3 54 262 66 44
Binary 101011 10001110 10001010 1000110 0 11 101100 10110010 110110 100100

Color Harmonies of #2B8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8E8A

Black with #2B8E8A

Text Example


Text Example

White with #2B8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,142,138); }

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

background-color css

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

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

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

border-color css

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

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

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