Html Css Color HEX #2B9996 Java

📋 copy color: '#2B9996'

red 43 ◦ green 153 ◦ blue 150

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

Shades of Java #2B9996

Tints of Java #2B9996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.22%

 BLUE value IS 150 (58.98% from 255) = 43.35%

R = 12.43%
G = 44.22%
B = 43.35%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#2B9996 (or 0x2B9996) is known color: Java. HEX triplet: 2B, 99 and 96. RGB value is (43,153,150). Sum of RGB (Red+Green+Blue) = 43+153+150=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9996 is #D46669. Grayscale: #777777. Windows color (decimal): -13919850 or 9869611. OLE color: 9869611.

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

Color convert

RGB 43 153 150 -
CMYK 0.72 0 0.02 0.4
HSL 178.36º 0.56% 0.38% -
HSV(B) 178.36º 0.72% 0.6% -
XYZ 17.89 25.5 32.83 -
YUV 119.77 145.06 73.24 -
System Red Green Blue C M Y K H S L
Decimal 43 153 150 0.72 0 0.02 0.4 178.36 0.56 0.38
Hex 2B 99 96 48 0 2 28 B2 38 26
Octal 53 231 226 110 0 2 50 262 70 46
Binary 101011 10011001 10010110 1001000 0 10 101000 10110010 111000 100110

Color Harmonies of #2B9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9996

Black with #2B9996

Text Example


Text Example

White with #2B9996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,150); }

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

background-color css

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

 a { background-color: rgb(43,153,150); }

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

border-color css

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

 span { border-color: rgb(43,153,150); }

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