Html Css Color HEX #2B8A87 Java

📋 copy color: '#2B8A87'

red 43 ◦ green 138 ◦ blue 135

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

Shades of Java #2B8A87

Tints of Java #2B8A87

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 135 (53.13% from 255) = 42.72%

R = 13.61%
G = 43.67%
B = 42.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#2B8A87 (or 0x2B8A87) is known color: Java. HEX triplet: 2B, 8A and 87. RGB value is (43,138,135). Sum of RGB (Red+Green+Blue) = 43+138+135=316 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.61% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #2B8A87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8A87 is #D47578. Grayscale: #6D6D6D. Windows color (decimal): -13923705 or 8882731. OLE color: 8882731.

HSL color Cylindrical-coordinate representation of color #2B8A87: hue angle of 178.11º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8A87 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 43 138 135 -
CMYK 0.69 0 0.02 0.46
HSL 178.11º 0.52% 0.35% -
HSV(B) 178.11º 0.69% 0.54% -
XYZ 14.46 20.44 26.1 -
YUV 109.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 43 138 135 0.69 0 0.02 0.46 178.11 0.52 0.35
Hex 2B 8A 87 45 0 2 2E B2 34 23
Octal 53 212 207 105 0 2 56 262 64 43
Binary 101011 10001010 10000111 1000101 0 10 101110 10110010 110100 100011

Color Harmonies of #2B8A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8A87

Black with #2B8A87

Text Example


Text Example

White with #2B8A87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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