Html Css Color HEX #2B969A Java

📋 copy color: '#2B969A'

red 43 ◦ green 150 ◦ blue 154

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

Shades of Java #2B969A

Tints of Java #2B969A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.23%

 BLUE value IS 154 (60.55% from 255) = 44.38%

R = 12.39%
G = 43.23%
B = 44.38%

CMYK

 C value IS 0.72

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B969A (or 0x2B969A) is known color: Java. HEX triplet: 2B, 96 and 9A. RGB value is (43,150,154). Sum of RGB (Red+Green+Blue) = 43+150+154=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B969A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B969A is #D46965. Grayscale: #767676. Windows color (decimal): -13920614 or 10130987. OLE color: 10130987.

HSL color Cylindrical-coordinate representation of color #2B969A: hue angle of 182.16º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B969A is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 150 154 -
CMYK 0.72 0.03 0 0.40
HSL 182.16º 0.56% 0.39% -
HSV(B) 182.16º 0.72% 0.6% -
XYZ 17.74 24.66 34.4 -
YUV 118.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 43 150 154 0.72 0.03 0 0.40 182.16 0.56 0.39
Hex 2B 96 9A 48 3 0 28 B6 38 27
Octal 53 226 232 110 3 0 50 266 70 47
Binary 101011 10010110 10011010 1001000 11 0 101000 10110110 111000 100111

Color Harmonies of #2B969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B969A

Black with #2B969A

Text Example


Text Example

White with #2B969A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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