Html Css Color HEX #1D8A85 Java

📋 copy color: '#1D8A85'

red 29 ◦ green 138 ◦ blue 133

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

Shades of Java #1D8A85

Tints of Java #1D8A85

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46%

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 9.67%
G = 46%
B = 44.33%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#1D8A85 (or 0x1D8A85) is known color: Java. HEX triplet: 1D, 8A and 85. RGB value is (29,138,133). Sum of RGB (Red+Green+Blue) = 29+138+133=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #1D8A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8A85 is #E2757A. Grayscale: #686868. Windows color (decimal): -14841211 or 8751645. OLE color: 8751645.

HSL color Cylindrical-coordinate representation of color #1D8A85: hue angle of 177.25º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D8A85 is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 138 133 -
CMYK 0.79 0 0.04 0.46
HSL 177.25º 0.65% 0.33% -
HSV(B) 177.25º 0.79% 0.54% -
XYZ 13.83 20.13 25.35 -
YUV 104.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 29 138 133 0.79 0 0.04 0.46 177.25 0.65 0.33
Hex 1D 8A 85 4F 0 4 2E B1 41 21
Octal 35 212 205 117 0 4 56 261 101 41
Binary 11101 10001010 10000101 1001111 0 100 101110 10110001 1000001 100001

Color Harmonies of #1D8A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8A85

Black with #1D8A85

Text Example


Text Example

White with #1D8A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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