Html Css Color HEX #1D9497 Java

📋 copy color: '#1D9497'

red 29 ◦ green 148 ◦ blue 151

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

Shades of Java #1D9497

Tints of Java #1D9497

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.12%

 BLUE value IS 151 (59.38% from 255) = 46.04%

R = 8.84%
G = 45.12%
B = 46.04%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1D9497 (or 0x1D9497) is known color: Java. HEX triplet: 1D, 94 and 97. RGB value is (29,148,151). Sum of RGB (Red+Green+Blue) = 29+148+151=328 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.84% from 328); Green value is 148 (58.20% from 255 or 45.12% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D9497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9497 is #E26B68. Grayscale: #707070. Windows color (decimal): -14838633 or 9933853. OLE color: 9933853.

HSL color Cylindrical-coordinate representation of color #1D9497: hue angle of 181.48º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9497 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 148 151 -
CMYK 0.81 0.02 0 0.41
HSL 181.48º 0.68% 0.35% -
HSV(B) 181.48º 0.81% 0.59% -
XYZ 16.68 23.68 32.97 -
YUV 112.76 149.58 68.26 -
System Red Green Blue C M Y K H S L
Decimal 29 148 151 0.81 0.02 0 0.41 181.48 0.68 0.35
Hex 1D 94 97 51 2 0 29 B5 44 23
Octal 35 224 227 121 2 0 51 265 104 43
Binary 11101 10010100 10010111 1010001 10 0 101001 10110101 1000100 100011

Color Harmonies of #1D9497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9497

Black with #1D9497

Text Example


Text Example

White with #1D9497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,148,151); }

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

background-color css

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

 a { background-color: rgb(29,148,151); }

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

border-color css

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

 span { border-color: rgb(29,148,151); }

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