Html Css Color HEX #1D8B99 Java

📋 copy color: '#1D8B99'

red 29 ◦ green 139 ◦ blue 153

#1D8B99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #1D8B99

Tints of Java #1D8B99

RGB

 RED value IS 29 (11.72% from 255) = 9.03%

 GREEN value IS 139 (54.69% from 255) = 43.3%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 9.03%
G = 43.3%
B = 47.66%

CMYK

 C value IS 0.81

 M value IS 0.09

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D8B99 (or 0x1D8B99) is known color: Java. HEX triplet: 1D, 8B and 99. RGB value is (29,139,153). Sum of RGB (Red+Green+Blue) = 29+139+153=321 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.03% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D8B99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8B99 is #E27466. Grayscale: #6B6B6B. Windows color (decimal): -14840935 or 10062621. OLE color: 10062621.

HSL color Cylindrical-coordinate representation of color #1D8B99: hue angle of 186.77º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D8B99 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 139 153 -
CMYK 0.81 0.09 0 0.4
HSL 186.77º 0.68% 0.36% -
HSV(B) 186.77º 0.81% 0.6% -
XYZ 15.49 21.03 33.38 -
YUV 107.71 153.56 71.86 -
System Red Green Blue C M Y K H S L
Decimal 29 139 153 0.81 0.09 0 0.4 186.77 0.68 0.36
Hex 1D 8B 99 51 9 0 28 BB 44 24
Octal 35 213 231 121 11 0 50 273 104 44
Binary 11101 10001011 10011001 1010001 1001 0 101000 10111011 1000100 100100

Color Harmonies of #1D8B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8B99

Black with #1D8B99

Text Example


Text Example

White with #1D8B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D8B99;
 }
 .AnyTagClassName
 {
   color: #1D8B99;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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