Html Css Color HEX #2B9799 Java

📋 copy color: '#2B9799'

red 43 ◦ green 151 ◦ blue 153

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

Shades of Java #2B9799

Tints of Java #2B9799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.52%

 BLUE value IS 153 (60.16% from 255) = 44.09%

R = 12.39%
G = 43.52%
B = 44.09%

CMYK

 C value IS 0.72

 M value IS 0.01

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2B9799 (or 0x2B9799) is known color: Java. HEX triplet: 2B, 97 and 99. RGB value is (43,151,153). Sum of RGB (Red+Green+Blue) = 43+151+153=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #2B9799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9799 is #D46866. Grayscale: #767676. Windows color (decimal): -13920359 or 10065707. OLE color: 10065707.

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

Color convert

RGB 43 151 153 -
CMYK 0.72 0.01 0 0.4
HSL 181.09º 0.56% 0.38% -
HSV(B) 181.09º 0.72% 0.6% -
XYZ 17.81 24.95 34.01 -
YUV 118.94 147.22 73.84 -
System Red Green Blue C M Y K H S L
Decimal 43 151 153 0.72 0.01 0 0.4 181.09 0.56 0.38
Hex 2B 97 99 48 1 0 28 B5 38 26
Octal 53 227 231 110 1 0 50 265 70 46
Binary 101011 10010111 10011001 1001000 1 0 101000 10110101 111000 100110

Color Harmonies of #2B9799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9799

Black with #2B9799

Text Example


Text Example

White with #2B9799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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