Html Css Color HEX #1D9D96 Java

📋 copy color: '#1D9D96'

red 29 ◦ green 157 ◦ blue 150

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

Shades of Java #1D9D96

Tints of Java #1D9D96

RGB

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

 GREEN value IS 157 (61.72% from 255) = 46.73%

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 8.63%
G = 46.73%
B = 44.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#1D9D96 (or 0x1D9D96) is known color: Java. HEX triplet: 1D, 9D and 96. RGB value is (29,157,150). Sum of RGB (Red+Green+Blue) = 29+157+150=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 157 (61.72% from 255 or 46.73% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 157 - color contains mainly: green. Hex color #1D9D96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9D96 is #E26269. Grayscale: #757575. Windows color (decimal): -14836330 or 9870621. OLE color: 9870621.

HSL color Cylindrical-coordinate representation of color #1D9D96: hue angle of 176.72º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D9D96 is Cyan = 0.82, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 157 150 -
CMYK 0.82 0 0.04 0.38
HSL 176.72º 0.69% 0.36% -
HSV(B) 176.72º 0.82% 0.62% -
XYZ 18.07 26.58 33.03 -
YUV 117.93 146.09 64.57 -
System Red Green Blue C M Y K H S L
Decimal 29 157 150 0.82 0 0.04 0.38 176.72 0.69 0.36
Hex 1D 9D 96 52 0 4 26 B1 45 24
Octal 35 235 226 122 0 4 46 261 105 44
Binary 11101 10011101 10010110 1010010 0 100 100110 10110001 1000101 100100

Color Harmonies of #1D9D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9D96

Black with #1D9D96

Text Example


Text Example

White with #1D9D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,157,150); }

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

background-color css

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

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

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

border-color css

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

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

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