Html Css Color HEX #1D959D Java

📋 copy color: '#1D959D'

red 29 ◦ green 149 ◦ blue 157

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

Shades of Java #1D959D

Tints of Java #1D959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.48%

 BLUE value IS 157 (61.72% from 255) = 46.87%

R = 8.66%
G = 44.48%
B = 46.87%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D959D (or 0x1D959D) is known color: Java. HEX triplet: 1D, 95 and 9D. RGB value is (29,149,157). Sum of RGB (Red+Green+Blue) = 29+149+157=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 157 (61.72% from 255 or 46.87% from 335); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D959D is #E26A62. Grayscale: #717171. Windows color (decimal): -14838371 or 10327325. OLE color: 10327325.

HSL color Cylindrical-coordinate representation of color #1D959D: hue angle of 183.75º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D959D is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 149 157 -
CMYK 0.82 0.05 0 0.38
HSL 183.75º 0.69% 0.36% -
HSV(B) 183.75º 0.82% 0.62% -
XYZ 17.34 24.19 35.65 -
YUV 114.03 152.24 67.35 -
System Red Green Blue C M Y K H S L
Decimal 29 149 157 0.82 0.05 0 0.38 183.75 0.69 0.36
Hex 1D 95 9D 52 5 0 26 B8 45 24
Octal 35 225 235 122 5 0 46 270 105 44
Binary 11101 10010101 10011101 1010010 101 0 100110 10111000 1000101 100100

Color Harmonies of #1D959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D959D

Black with #1D959D

Text Example


Text Example

White with #1D959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,149,157); }

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

background-color css

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

 a { background-color: rgb(29,149,157); }

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

border-color css

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

 span { border-color: rgb(29,149,157); }

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