Html Css Color HEX #2B898B Java

📋 copy color: '#2B898B'

red 43 ◦ green 137 ◦ blue 139

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

Shades of Java #2B898B

Tints of Java #2B898B

RGB

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

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

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

R = 13.48%
G = 42.95%
B = 43.57%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2B898B (or 0x2B898B) is known color: Java. HEX triplet: 2B, 89 and 8B. RGB value is (43,137,139). Sum of RGB (Red+Green+Blue) = 43+137+139=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B898B is #D47674. Grayscale: #6D6D6D. Windows color (decimal): -13923957 or 9144619. OLE color: 9144619.

HSL color Cylindrical-coordinate representation of color #2B898B: hue angle of 181.25º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B898B is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 137 139 -
CMYK 0.69 0.01 0 0.45
HSL 181.25º 0.53% 0.36% -
HSV(B) 181.25º 0.69% 0.55% -
XYZ 14.6 20.27 27.57 -
YUV 109.12 144.86 80.84 -
System Red Green Blue C M Y K H S L
Decimal 43 137 139 0.69 0.01 0 0.45 181.25 0.53 0.36
Hex 2B 89 8B 45 1 0 2D B5 35 24
Octal 53 211 213 105 1 0 55 265 65 44
Binary 101011 10001001 10001011 1000101 1 0 101101 10110101 110101 100100

Color Harmonies of #2B898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B898B

Black with #2B898B

Text Example


Text Example

White with #2B898B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,137,139); }

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

background-color css

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

 a { background-color: rgb(43,137,139); }

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

border-color css

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

 span { border-color: rgb(43,137,139); }

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