Html Css Color HEX #1D958B Java

📋 copy color: '#1D958B'

red 29 ◦ green 149 ◦ blue 139

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

Shades of Java #1D958B

Tints of Java #1D958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 9.15%
G = 47%
B = 43.85%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#1D958B (or 0x1D958B) is known color: Java. HEX triplet: 1D, 95 and 8B. RGB value is (29,149,139). Sum of RGB (Red+Green+Blue) = 29+149+139=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #1D958B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D958B is #E26A74. Grayscale: #6F6F6F. Windows color (decimal): -14838389 or 9147677. OLE color: 9147677.

HSL color Cylindrical-coordinate representation of color #1D958B: hue angle of 175º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D958B is Cyan = 0.81, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 29 149 139 -
CMYK 0.81 0 0.07 0.42
HSL 175º 0.67% 0.35% -
HSV(B) 175º 0.81% 0.58% -
XYZ 15.91 23.62 28.15 -
YUV 111.98 143.24 68.81 -
System Red Green Blue C M Y K H S L
Decimal 29 149 139 0.81 0 0.07 0.42 175 0.67 0.35
Hex 1D 95 8B 51 0 7 2A AF 43 23
Octal 35 225 213 121 0 7 52 257 103 43
Binary 11101 10010101 10001011 1010001 0 111 101010 10101111 1000011 100011

Color Harmonies of #1D958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D958B

Black with #1D958B

Text Example


Text Example

White with #1D958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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