Html Css Color HEX #2B9693 Java

📋 copy color: '#2B9693'

red 43 ◦ green 150 ◦ blue 147

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

Shades of Java #2B9693

Tints of Java #2B9693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.24%

R = 12.65%
G = 44.12%
B = 43.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#2B9693 (or 0x2B9693) is known color: Java. HEX triplet: 2B, 96 and 93. RGB value is (43,150,147). Sum of RGB (Red+Green+Blue) = 43+150+147=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9693 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B9693 is #D4696C. Grayscale: #757575. Windows color (decimal): -13920621 or 9672235. OLE color: 9672235.

HSL color Cylindrical-coordinate representation of color #2B9693: hue angle of 178.32º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9693 is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 150 147 -
CMYK 0.71 0 0.02 0.41
HSL 178.32º 0.55% 0.38% -
HSV(B) 178.32º 0.71% 0.59% -
XYZ 17.17 24.43 31.41 -
YUV 117.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 43 150 147 0.71 0 0.02 0.41 178.32 0.55 0.38
Hex 2B 96 93 47 0 2 29 B2 37 26
Octal 53 226 223 107 0 2 51 262 67 46
Binary 101011 10010110 10010011 1000111 0 10 101001 10110010 110111 100110

Color Harmonies of #2B9693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9693

Black with #2B9693

Text Example


Text Example

White with #2B9693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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