Html Css Color HEX #2B8C88 Java

📋 copy color: '#2B8C88'

red 43 ◦ green 140 ◦ blue 136

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

Shades of Java #2B8C88

Tints of Java #2B8C88

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 13.48%
G = 43.89%
B = 42.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#2B8C88 (or 0x2B8C88) is known color: Java. HEX triplet: 2B, 8C and 88. RGB value is (43,140,136). Sum of RGB (Red+Green+Blue) = 43+140+136=319 (42% of max value = 765). Red value is 43 (17.19% from 255 or 13.48% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B8C88 is #D47377. Grayscale: #6E6E6E. Windows color (decimal): -13923192 or 8948779. OLE color: 8948779.

HSL color Cylindrical-coordinate representation of color #2B8C88: hue angle of 177.53º 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 #2B8C88 is Cyan = 0.69, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 140 136 -
CMYK 0.69 0 0.03 0.45
HSL 177.53º 0.53% 0.36% -
HSV(B) 177.53º 0.69% 0.55% -
XYZ 14.82 21.05 26.57 -
YUV 110.54 142.36 79.83 -
System Red Green Blue C M Y K H S L
Decimal 43 140 136 0.69 0 0.03 0.45 177.53 0.53 0.36
Hex 2B 8C 88 45 0 3 2D B2 35 24
Octal 53 214 210 105 0 3 55 262 65 44
Binary 101011 10001100 10001000 1000101 0 11 101101 10110010 110101 100100

Color Harmonies of #2B8C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C88

Black with #2B8C88

Text Example


Text Example

White with #2B8C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,140,136); }

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

background-color css

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

 a { background-color: rgb(43,140,136); }

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

border-color css

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

 span { border-color: rgb(43,140,136); }

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