Html Css Color HEX #2B988B Java

📋 copy color: '#2B988B'

red 43 ◦ green 152 ◦ blue 139

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

Shades of Java #2B988B

Tints of Java #2B988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.51%

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

R = 12.87%
G = 45.51%
B = 41.62%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#2B988B (or 0x2B988B) is known color: Java. HEX triplet: 2B, 98 and 8B. RGB value is (43,152,139). Sum of RGB (Red+Green+Blue) = 43+152+139=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 152 (59.77% from 255 or 45.51% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 152 - color contains mainly: green. Hex color #2B988B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B988B is #D46774. Grayscale: #757575. Windows color (decimal): -13920117 or 9148459. OLE color: 9148459.

HSL color Cylindrical-coordinate representation of color #2B988B: hue angle of 172.84º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B988B is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 139 -
CMYK 0.72 0 0.09 0.40
HSL 172.84º 0.56% 0.38% -
HSV(B) 172.84º 0.72% 0.6% -
XYZ 16.88 24.83 28.33 -
YUV 117.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 43 152 139 0.72 0 0.09 0.40 172.84 0.56 0.38
Hex 2B 98 8B 48 0 9 28 AD 38 26
Octal 53 230 213 110 0 11 50 255 70 46
Binary 101011 10011000 10001011 1001000 0 1001 101000 10101101 111000 100110

Color Harmonies of #2B988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B988B

Black with #2B988B

Text Example


Text Example

White with #2B988B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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