Html Css Color HEX #1D9A93 Java

📋 copy color: '#1D9A93'

red 29 ◦ green 154 ◦ blue 147

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

Shades of Java #1D9A93

Tints of Java #1D9A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.67%

 BLUE value IS 147 (57.81% from 255) = 44.55%

R = 8.79%
G = 46.67%
B = 44.55%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.05

 K value IS 0.40

RGB Variations

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

Color information

#1D9A93 (or 0x1D9A93) is known color: Java. HEX triplet: 1D, 9A and 93. RGB value is (29,154,147). Sum of RGB (Red+Green+Blue) = 29+154+147=330 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.79% from 330); Green value is 154 (60.55% from 255 or 46.67% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 154 - color contains mainly: green. Hex color #1D9A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9A93 is #E2656C. Grayscale: #737373. Windows color (decimal): -14837101 or 9673245. OLE color: 9673245.

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

Color convert

RGB 29 154 147 -
CMYK 0.81 0 0.05 0.40
HSL 176.64º 0.68% 0.36% -
HSV(B) 176.64º 0.81% 0.6% -
XYZ 17.33 25.48 31.61 -
YUV 115.83 145.59 66.07 -
System Red Green Blue C M Y K H S L
Decimal 29 154 147 0.81 0 0.05 0.40 176.64 0.68 0.36
Hex 1D 9A 93 51 0 5 28 B1 44 24
Octal 35 232 223 121 0 5 50 261 104 44
Binary 11101 10011010 10010011 1010001 0 101 101000 10110001 1000100 100100

Color Harmonies of #1D9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9A93

Black with #1D9A93

Text Example


Text Example

White with #1D9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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