Html Css Color HEX #3BA8A0 Java

📋 copy color: '#3BA8A0'

red 59 ◦ green 168 ◦ blue 160

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

Shades of Java #3BA8A0

Tints of Java #3BA8A0

RGB

 RED value IS 59 (23.44% from 255) = 15.25%

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 160 (62.89% from 255) = 41.34%

R = 15.25%
G = 43.41%
B = 41.34%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.05

 K value IS 0.34

RGB Variations

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

Color information

#3BA8A0 (or 0x3BA8A0) is known color: Java. HEX triplet: 3B, A8 and A0. RGB value is (59,168,160). Sum of RGB (Red+Green+Blue) = 59+168+160=387 (51% of max value = 765). Red value is 59 (23.44% from 255 or 15.25% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #3BA8A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA8A0 is #C4575F. Grayscale: #868686. Windows color (decimal): -12867424 or 10528827. OLE color: 10528827.

HSL color Cylindrical-coordinate representation of color #3BA8A0: hue angle of 175.6º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BA8A0 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB 59 168 160 -
CMYK 0.65 0 0.05 0.34
HSL 175.6º 0.48% 0.45% -
HSV(B) 175.6º 0.65% 0.66% -
XYZ 22.15 31.47 38.17 -
YUV 134.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 59 168 160 0.65 0 0.05 0.34 175.6 0.48 0.45
Hex 3B A8 A0 41 0 5 22 B0 30 2D
Octal 73 250 240 101 0 5 42 260 60 55
Binary 111011 10101000 10100000 1000001 0 101 100010 10110000 110000 101101

Color Harmonies of #3BA8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BA8A0

Black with #3BA8A0

Text Example


Text Example

White with #3BA8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3BA8A0; }

 p { color: rgb(59,168,160); }

 H1.HeaderClassName
 {
   color: #3BA8A0;
 }
 .AnyTagClassName
 {
   color: #3BA8A0;
 }
</style>

background-color css

<style>
 a { background-color: #3BA8A0; }

 a { background-color: rgb(59,168,160); }

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

border-color css

<style>
 span { border-color: #3BA8A0; }

 span { border-color: rgb(59,168,160); }

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