Html Css Color HEX #1E948B Java

📋 copy color: '#1E948B'

red 30 ◦ green 148 ◦ blue 139

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

Shades of Java #1E948B

Tints of Java #1E948B

RGB

 RED value IS 30 (12.11% from 255) = 9.46%

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

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

R = 9.46%
G = 46.69%
B = 43.85%

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

#1E948B (or 0x1E948B) is known color: Java. HEX triplet: 1E, 94 and 8B. RGB value is (30,148,139). Sum of RGB (Red+Green+Blue) = 30+148+139=317 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.46% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #1E948B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E948B is #E16B74. Grayscale: #6F6F6F. Windows color (decimal): -14773109 or 9147422. OLE color: 9147422.

HSL color Cylindrical-coordinate representation of color #1E948B: hue angle of 175.42º degrees, saturation: 0.66, 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 #1E948B is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 30 148 139 -
CMYK 0.80 0 0.06 0.42
HSL 175.42º 0.66% 0.35% -
HSV(B) 175.42º 0.8% 0.58% -
XYZ 15.79 23.32 28.1 -
YUV 111.69 143.41 69.73 -
System Red Green Blue C M Y K H S L
Decimal 30 148 139 0.80 0 0.06 0.42 175.42 0.66 0.35
Hex 1E 94 8B 50 0 6 2A AF 42 23
Octal 36 224 213 120 0 6 52 257 102 43
Binary 11110 10010100 10001011 1010000 0 110 101010 10101111 1000010 100011

Color Harmonies of #1E948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E948B

Black with #1E948B

Text Example


Text Example

White with #1E948B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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