Html Css Color HEX #1D949C Java

📋 copy color: '#1D949C'

red 29 ◦ green 148 ◦ blue 156

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

Shades of Java #1D949C

Tints of Java #1D949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 156 (61.33% from 255) = 46.85%

R = 8.71%
G = 44.44%
B = 46.85%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D949C (or 0x1D949C) is known color: Java. HEX triplet: 1D, 94 and 9C. RGB value is (29,148,156). Sum of RGB (Red+Green+Blue) = 29+148+156=333 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.71% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 156 (61.33% from 255 or 46.85% from 333); Max value from RGB is 156 - color contains mainly: blue. Hex color #1D949C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D949C is #E26B63. Grayscale: #717171. Windows color (decimal): -14838628 or 10261533. OLE color: 10261533.

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

Color convert

RGB 29 148 156 -
CMYK 0.81 0.05 0 0.39
HSL 183.78º 0.69% 0.36% -
HSV(B) 183.78º 0.81% 0.61% -
XYZ 17.1 23.84 35.15 -
YUV 113.33 152.08 67.85 -
System Red Green Blue C M Y K H S L
Decimal 29 148 156 0.81 0.05 0 0.39 183.78 0.69 0.36
Hex 1D 94 9C 51 5 0 27 B8 45 24
Octal 35 224 234 121 5 0 47 270 105 44
Binary 11101 10010100 10011100 1010001 101 0 100111 10111000 1000101 100100

Color Harmonies of #1D949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D949C

Black with #1D949C

Text Example


Text Example

White with #1D949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,148,156); }

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

background-color css

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

 a { background-color: rgb(29,148,156); }

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

border-color css

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

 span { border-color: rgb(29,148,156); }

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