Html Css Color HEX #2B888C Java

📋 copy color: '#2B888C'

red 43 ◦ green 136 ◦ blue 140

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

Shades of Java #2B888C

Tints of Java #2B888C

RGB

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

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

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

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

CMYK

 C value IS 0.69

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

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

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

Color convert

RGB 43 136 140 -
CMYK 0.69 0.03 0 0.45
HSL 182.47º 0.53% 0.36% -
HSV(B) 182.47º 0.69% 0.55% -
XYZ 14.53 20.02 27.91 -
YUV 108.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 43 136 140 0.69 0.03 0 0.45 182.47 0.53 0.36
Hex 2B 88 8C 45 3 0 2D B6 35 24
Octal 53 210 214 105 3 0 55 266 65 44
Binary 101011 10001000 10001100 1000101 11 0 101101 10110110 110101 100100

Color Harmonies of #2B888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B888C

Black with #2B888C

Text Example


Text Example

White with #2B888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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