#1D8E8C

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

Shades of Java #1D8E8C

Tints of Java #1D8E8C

Color information

#1D8E8C (or 0x1D8E8C) is unknown color: approx Java. HEX triplet: 1D, 8E and 8C. RGB value is (29,142,140). Sum of RGB (Red+Green+Blue) = 29+142+140=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 140 (55.08% from 255 or 45.02% from 311); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8E8C is #E27173. Grayscale: #6B6B6B. Windows color (decimal): -14840180 or 9211421. OLE color: 9211421.

HSL color Cylindrical-coordinate representation of color #1D8E8C: hue angle of 178.94º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D8E8C is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB29142140-
CMYK0.8000.010.44
HSL178.94º66.08%33.53%-
HSV(B)178.94º79.58%55.69%-
XYZ14.9121.528.17-
YUV107.99146.0671.66-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 142 (55.86% from 255) = 45.66%
BLUE value IS 140 (55.08% from 255) = 45.02%
R=9.32%
G=45.66%
B=45.02%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal291421400.8000.010.44178.9466.0833.53
Hex1D8E8C50012Cb34222
Octal35216214120015426310242
Binary111011000111010001100101000001101100101100111000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D8E8C; }

 p { color: rgb(29,142,140); }

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

<style>
 a { background-color: #1D8E8C; }

 a { background-color: rgb(29,142,140); }

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

<style>
 span { border-color: #1D8E8C; }

 span { border-color: rgb(29,142,140); }

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