Html Css Color HEX #1D9C8C Java

📋 copy color: '#1D9C8C'

red 29 ◦ green 156 ◦ blue 140

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

Shades of Java #1D9C8C

Tints of Java #1D9C8C

RGB

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

 GREEN value IS 156 (61.33% from 255) = 48%

 BLUE value IS 140 (55.08% from 255) = 43.08%

R = 8.92%
G = 48%
B = 43.08%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#1D9C8C (or 0x1D9C8C) is known color: Java. HEX triplet: 1D, 9C and 8C. RGB value is (29,156,140). Sum of RGB (Red+Green+Blue) = 29+156+140=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 140 (55.08% from 255 or 43.08% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #1D9C8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D9C8C is #E26373. Grayscale: #747474. Windows color (decimal): -14836596 or 9215005. OLE color: 9215005.

HSL color Cylindrical-coordinate representation of color #1D9C8C: hue angle of 172.44º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D9C8C is Cyan = 0.81, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 156 140 -
CMYK 0.81 0 0.10 0.39
HSL 172.44º 0.69% 0.36% -
HSV(B) 172.44º 0.81% 0.61% -
XYZ 17.13 25.93 28.91 -
YUV 116.2 141.42 65.8 -
System Red Green Blue C M Y K H S L
Decimal 29 156 140 0.81 0 0.10 0.39 172.44 0.69 0.36
Hex 1D 9C 8C 51 0 A 27 AC 45 24
Octal 35 234 214 121 0 12 47 254 105 44
Binary 11101 10011100 10001100 1010001 0 1010 100111 10101100 1000101 100100

Color Harmonies of #1D9C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D9C8C

Black with #1D9C8C

Text Example


Text Example

White with #1D9C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,156,140); }

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

background-color css

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

 a { background-color: rgb(29,156,140); }

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

border-color css

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

 span { border-color: rgb(29,156,140); }

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