Html Css Color HEX #2B959B Java

📋 copy color: '#2B959B'

red 43 ◦ green 149 ◦ blue 155

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

Shades of Java #2B959B

Tints of Java #2B959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 42.94%

 BLUE value IS 155 (60.94% from 255) = 44.67%

R = 12.39%
G = 42.94%
B = 44.67%

CMYK

 C value IS 0.72

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2B959B (or 0x2B959B) is known color: Java. HEX triplet: 2B, 95 and 9B. RGB value is (43,149,155). Sum of RGB (Red+Green+Blue) = 43+149+155=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B959B is #D46A64. Grayscale: #757575. Windows color (decimal): -13920869 or 10196267. OLE color: 10196267.

HSL color Cylindrical-coordinate representation of color #2B959B: hue angle of 183.21º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B959B is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 149 155 -
CMYK 0.72 0.04 0 0.39
HSL 183.21º 0.57% 0.39% -
HSV(B) 183.21º 0.72% 0.61% -
XYZ 17.66 24.38 34.78 -
YUV 117.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 43 149 155 0.72 0.04 0 0.39 183.21 0.57 0.39
Hex 2B 95 9B 48 4 0 27 B7 39 27
Octal 53 225 233 110 4 0 47 267 71 47
Binary 101011 10010101 10011011 1001000 100 0 100111 10110111 111001 100111

Color Harmonies of #2B959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B959B

Black with #2B959B

Text Example


Text Example

White with #2B959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,155); }

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

background-color css

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

 a { background-color: rgb(43,149,155); }

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

border-color css

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

 span { border-color: rgb(43,149,155); }

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