Html Css Color HEX #1D8F88 Java

📋 copy color: '#1D8F88'

red 29 ◦ green 143 ◦ blue 136

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

Shades of Java #1D8F88

Tints of Java #1D8F88

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.43%

 BLUE value IS 136 (53.52% from 255) = 44.16%

R = 9.42%
G = 46.43%
B = 44.16%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.05

 K value IS 0.44

RGB Variations

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

Color information

#1D8F88 (or 0x1D8F88) is known color: Java. HEX triplet: 1D, 8F and 88. RGB value is (29,143,136). Sum of RGB (Red+Green+Blue) = 29+143+136=308 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.42% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 136 (53.52% from 255 or 44.16% from 308); Max value from RGB is 143 - color contains mainly: green. Hex color #1D8F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8F88 is #E27077. Grayscale: #6C6C6C. Windows color (decimal): -14839928 or 8949533. OLE color: 8949533.

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

Color convert

RGB 29 143 136 -
CMYK 0.80 0 0.05 0.44
HSL 176.32º 0.66% 0.34% -
HSV(B) 176.32º 0.8% 0.56% -
XYZ 14.77 21.68 26.7 -
YUV 108.12 143.73 71.57 -
System Red Green Blue C M Y K H S L
Decimal 29 143 136 0.80 0 0.05 0.44 176.32 0.66 0.34
Hex 1D 8F 88 50 0 5 2C B0 42 22
Octal 35 217 210 120 0 5 54 260 102 42
Binary 11101 10001111 10001000 1010000 0 101 101100 10110000 1000010 100010

Color Harmonies of #1D8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8F88

Black with #1D8F88

Text Example


Text Example

White with #1D8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,143,136); }

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

background-color css

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

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

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

border-color css

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

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

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