Html Css Color HEX #1D9388 Java

📋 copy color: '#1D9388'

red 29 ◦ green 147 ◦ blue 136

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

Shades of Java #1D9388

Tints of Java #1D9388

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

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

R = 9.29%
G = 47.12%
B = 43.59%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1D9388 (or 0x1D9388) is known color: Java. HEX triplet: 1D, 93 and 88. RGB value is (29,147,136). Sum of RGB (Red+Green+Blue) = 29+147+136=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #1D9388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9388 is #E26C77. Grayscale: #6E6E6E. Windows color (decimal): -14838904 or 8950557. OLE color: 8950557.

HSL color Cylindrical-coordinate representation of color #1D9388: hue angle of 174.41º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D9388 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 147 136 -
CMYK 0.80 0 0.07 0.42
HSL 174.41º 0.67% 0.35% -
HSV(B) 174.41º 0.8% 0.58% -
XYZ 15.38 22.91 26.9 -
YUV 110.46 142.41 69.89 -
System Red Green Blue C M Y K H S L
Decimal 29 147 136 0.80 0 0.07 0.42 174.41 0.67 0.35
Hex 1D 93 88 50 0 7 2A AE 43 23
Octal 35 223 210 120 0 7 52 256 103 43
Binary 11101 10010011 10001000 1010000 0 111 101010 10101110 1000011 100011

Color Harmonies of #1D9388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9388

Black with #1D9388

Text Example


Text Example

White with #1D9388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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