#238A8B

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

Shades of Java #238A8B

Tints of Java #238A8B

Color information

#238A8B (or 0x238A8B) is unknown color: approx Java. HEX triplet: 23, 8A and 8B. RGB value is (35,138,139). Sum of RGB (Red+Green+Blue) = 35+138+139=312 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.22% from 312); Green value is 138 (54.30% from 255 or 44.23% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #238A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #238A8B is #DC7574. Grayscale: #6B6B6B. Windows color (decimal): -14447989 or 9144867. OLE color: 9144867.

HSL color Cylindrical-coordinate representation of color #238A8B: hue angle of 180.58º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238A8B is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB35138139-
CMYK0.750.0100.45
HSL180.58º59.77%34.12%-
HSV(B)180.58º74.82%54.51%-
XYZ14.4420.427.6-
YUV107.32145.8876.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.22%
GREEN value IS 138 (54.30% from 255) = 44.23%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=11.22%
G=44.23%
B=44.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal351381390.750.0100.45180.5859.7734.12
Hex238A8B4B102Db53c22
Octal4321221311310552657442
Binary100011100010101000101110010111010110110110101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #238A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #238A8B; }

 p { color: rgb(35,138,139); }

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

<style>
 a { background-color: #238A8B; }

 a { background-color: rgb(35,138,139); }

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

<style>
 span { border-color: #238A8B; }

 span { border-color: rgb(35,138,139); }

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