Html Css Color HEX #1D8C8A Java

📋 copy color: '#1D8C8A'

red 29 ◦ green 140 ◦ blue 138

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

Shades of Java #1D8C8A

Tints of Java #1D8C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.6%

 BLUE value IS 138 (54.3% from 255) = 44.95%

R = 9.45%
G = 45.6%
B = 44.95%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#1D8C8A (or 0x1D8C8A) is known color: Java. HEX triplet: 1D, 8C and 8A. RGB value is (29,140,138). Sum of RGB (Red+Green+Blue) = 29+140+138=307 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.45% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 140 - color contains mainly: green. Hex color #1D8C8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8C8A is #E27375. Grayscale: #6A6A6A. Windows color (decimal): -14840694 or 9079837. OLE color: 9079837.

HSL color Cylindrical-coordinate representation of color #1D8C8A: hue angle of 178.92º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8C8A is Cyan = 0.79, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 140 138 -
CMYK 0.79 0 0.01 0.45
HSL 178.92º 0.66% 0.33% -
HSV(B) 178.92º 0.79% 0.55% -
XYZ 14.47 20.85 27.31 -
YUV 106.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 29 140 138 0.79 0 0.01 0.45 178.92 0.66 0.33
Hex 1D 8C 8A 4F 0 1 2D B3 42 21
Octal 35 214 212 117 0 1 55 263 102 41
Binary 11101 10001100 10001010 1001111 0 1 101101 10110011 1000010 100001

Color Harmonies of #1D8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8C8A

Black with #1D8C8A

Text Example


Text Example

White with #1D8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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