Html Css Color HEX #1D948B Java

📋 copy color: '#1D948B'

red 29 ◦ green 148 ◦ blue 139

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

Shades of Java #1D948B

Tints of Java #1D948B

RGB

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

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

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

R = 9.18%
G = 46.84%
B = 43.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#1D948B (or 0x1D948B) is known color: Java. HEX triplet: 1D, 94 and 8B. RGB value is (29,148,139). Sum of RGB (Red+Green+Blue) = 29+148+139=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 139 (54.69% from 255 or 43.99% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #1D948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D948B is #E26B74. Grayscale: #6F6F6F. Windows color (decimal): -14838645 or 9147421. OLE color: 9147421.

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

Color convert

RGB 29 148 139 -
CMYK 0.80 0 0.06 0.42
HSL 175.46º 0.67% 0.35% -
HSV(B) 175.46º 0.8% 0.58% -
XYZ 15.76 23.31 28.09 -
YUV 111.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 29 148 139 0.80 0 0.06 0.42 175.46 0.67 0.35
Hex 1D 94 8B 50 0 6 2A AF 43 23
Octal 35 224 213 120 0 6 52 257 103 43
Binary 11101 10010100 10001011 1010000 0 110 101010 10101111 1000011 100011

Color Harmonies of #1D948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D948B

Black with #1D948B

Text Example


Text Example

White with #1D948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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