Html Css Color HEX #1D8F99 Java

📋 copy color: '#1D8F99'

red 29 ◦ green 143 ◦ blue 153

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

Shades of Java #1D8F99

Tints of Java #1D8F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 44%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 8.92%
G = 44%
B = 47.08%

CMYK

 C value IS 0.81

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1D8F99 (or 0x1D8F99) is known color: Java. HEX triplet: 1D, 8F and 99. RGB value is (29,143,153). Sum of RGB (Red+Green+Blue) = 29+143+153=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D8F99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8F99 is #E27066. Grayscale: #6D6D6D. Windows color (decimal): -14839911 or 10063645. OLE color: 10063645.

HSL color Cylindrical-coordinate representation of color #1D8F99: hue angle of 184.84º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D8F99 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 29 143 153 -
CMYK 0.81 0.07 0 0.4
HSL 184.84º 0.68% 0.36% -
HSV(B) 184.84º 0.81% 0.6% -
XYZ 16.08 22.21 33.58 -
YUV 110.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 29 143 153 0.81 0.07 0 0.4 184.84 0.68 0.36
Hex 1D 8F 99 51 7 0 28 B9 44 24
Octal 35 217 231 121 7 0 50 271 104 44
Binary 11101 10001111 10011001 1010001 111 0 101000 10111001 1000100 100100

Color Harmonies of #1D8F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D8F99

Black with #1D8F99

Text Example


Text Example

White with #1D8F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,143,153); }

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

background-color css

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

 a { background-color: rgb(29,143,153); }

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

border-color css

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

 span { border-color: rgb(29,143,153); }

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