#38A6A2

Color #38A6A2 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #38A6A2

Tints of Java #38A6A2

Color information

#38A6A2 (or 0x38A6A2) is unknown color: approx Java. HEX triplet: 38, A6 and A2. RGB value is (56,166,162). Sum of RGB (Red+Green+Blue) = 56+166+162=384 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.58% from 384); Green value is 166 (65.23% from 255 or 43.23% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 166 - color contains mainly: green. Hex color #38A6A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #38A6A2 is #C7595D. Grayscale: #848484. Windows color (decimal): -13064542 or 10659384. OLE color: 10659384.

HSL color Cylindrical-coordinate representation of color #38A6A2: hue angle of 177.82º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A6A2 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB56166162-
CMYK0.6600.020.35
HSL177.82º49.55%43.53%-
HSV(B)177.82º66.27%65.1%-
XYZ21.7930.7238.96-
YUV132.65144.5673.33-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.58%
GREEN value IS 166 (65.23% from 255) = 43.23%
BLUE value IS 162 (63.67% from 255) = 42.19%
R=14.58%
G=43.23%
B=42.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal561661620.6600.020.35177.8249.5543.53
Hex38A6A2420223b2322c
Octal7024624210202432626254
Binary1110001010011010100010100001001010001110110010110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38A6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38A6A2; }

 p { color: rgb(56,166,162); }

 H1.HeaderClassName
 {
   color: #38A6A2;
 }
 .AnyTagClassName
 {
   color: #38A6A2;
 }
</style>
background-color css

<style>
 a { background-color: #38A6A2; }

 a { background-color: rgb(56,166,162); }

 div.DivClassName
 {
   background-color: #38A6A2;
 }
 .BgClassName
 {
   background-color: #38A6A2;
 }
</style>
border-color css

<style>
 span { border-color: #38A6A2; }

 span { border-color: rgb(56,166,162); }

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