Html Css Color HEX #2B988A Java

📋 copy color: '#2B988A'

red 43 ◦ green 152 ◦ blue 138

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

Shades of Java #2B988A

Tints of Java #2B988A

RGB

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

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

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

R = 12.91%
G = 45.65%
B = 41.44%

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

#2B988A (or 0x2B988A) is known color: Java. HEX triplet: 2B, 98 and 8A. RGB value is (43,152,138). Sum of RGB (Red+Green+Blue) = 43+152+138=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #2B988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B988A is #D46775. Grayscale: #757575. Windows color (decimal): -13920118 or 9082923. OLE color: 9082923.

HSL color Cylindrical-coordinate representation of color #2B988A: hue angle of 172.29º 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 #2B988A is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 152 138 -
CMYK 0.72 0 0.09 0.40
HSL 172.29º 0.56% 0.38% -
HSV(B) 172.29º 0.72% 0.6% -
XYZ 16.81 24.81 27.95 -
YUV 117.81 139.39 74.64 -
System Red Green Blue C M Y K H S L
Decimal 43 152 138 0.72 0 0.09 0.40 172.29 0.56 0.38
Hex 2B 98 8A 48 0 9 28 AC 38 26
Octal 53 230 212 110 0 11 50 254 70 46
Binary 101011 10011000 10001010 1001000 0 1001 101000 10101100 111000 100110

Color Harmonies of #2B988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B988A

Black with #2B988A

Text Example


Text Example

White with #2B988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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