#1D8B8B

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

Shades of Java #1D8B8B

Tints of Java #1D8B8B

Color information

#1D8B8B (or 0x1D8B8B) is unknown color: approx Java. HEX triplet: 1D, 8B and 8B. RGB value is (29,139,139). Sum of RGB (Red+Green+Blue) = 29+139+139=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #1D8B8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8B8B is #E27474. Grayscale: #6A6A6A. Windows color (decimal): -14840949 or 9145117. OLE color: 9145117.

HSL color Cylindrical-coordinate representation of color #1D8B8B: hue angle of 180º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8B8B is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB29139139-
CMYK0.79000.45
HSL180º65.48%32.94%-
HSV(B)180º79.14%54.51%-
XYZ14.420.5927.64-
YUV106.11146.5673-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.45%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=9.45%
G=45.28%
B=45.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal291391390.79000.4518065.4832.94
Hex1D8B8B4F002Db44121
Octal35213213117005526410141
Binary111011000101110001011100111100101101101101001000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D8B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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