#1D8E8B

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

Shades of Java #1D8E8B

Tints of Java #1D8E8B

Color information

#1D8E8B (or 0x1D8E8B) is unknown color: approx Java. HEX triplet: 1D, 8E and 8B. RGB value is (29,142,139). Sum of RGB (Red+Green+Blue) = 29+142+139=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #1D8E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8E8B is #E27174. Grayscale: #6B6B6B. Windows color (decimal): -14840181 or 9145885. OLE color: 9145885.

HSL color Cylindrical-coordinate representation of color #1D8E8B: hue angle of 178.41º 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 #1D8E8B is Cyan = 0.80, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB29142139-
CMYK0.8000.020.44
HSL178.41º66.08%33.53%-
HSV(B)178.41º79.58%55.69%-
XYZ14.8421.4727.79-
YUV107.87145.5671.74-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.35%
GREEN value IS 142 (55.86% from 255) = 45.81%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=9.35%
G=45.81%
B=44.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal291421390.8000.020.44178.4166.0833.53
Hex1D8E8B50022Cb24222
Octal35216213120025426210242
Binary1110110001110100010111010000010101100101100101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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