Html Css Color HEX #2B898F Java

📋 copy color: '#2B898F'

red 43 ◦ green 137 ◦ blue 143

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

Shades of Java #2B898F

Tints of Java #2B898F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 13.31%
G = 42.41%
B = 44.27%

CMYK

 C value IS 0.70

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2B898F (or 0x2B898F) is known color: Java. HEX triplet: 2B, 89 and 8F. RGB value is (43,137,143). Sum of RGB (Red+Green+Blue) = 43+137+143=323 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.31% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B898F is #D47670. Grayscale: #6D6D6D. Windows color (decimal): -13923953 or 9406763. OLE color: 9406763.

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

Color convert

RGB 43 137 143 -
CMYK 0.70 0.04 0 0.44
HSL 183.6º 0.54% 0.36% -
HSV(B) 183.6º 0.7% 0.56% -
XYZ 14.9 20.39 29.14 -
YUV 109.58 146.86 80.51 -
System Red Green Blue C M Y K H S L
Decimal 43 137 143 0.70 0.04 0 0.44 183.6 0.54 0.36
Hex 2B 89 8F 46 4 0 2C B8 36 24
Octal 53 211 217 106 4 0 54 270 66 44
Binary 101011 10001001 10001111 1000110 100 0 101100 10111000 110110 100100

Color Harmonies of #2B898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B898F

Black with #2B898F

Text Example


Text Example

White with #2B898F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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