Html Css Color HEX #1E9A8F Java

📋 copy color: '#1E9A8F'

red 30 ◦ green 154 ◦ blue 143

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

Shades of Java #1E9A8F

Tints of Java #1E9A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 143 (56.25% from 255) = 43.73%

R = 9.17%
G = 47.09%
B = 43.73%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#1E9A8F (or 0x1E9A8F) is known color: Java. HEX triplet: 1E, 9A and 8F. RGB value is (30,154,143). Sum of RGB (Red+Green+Blue) = 30+154+143=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9A8F is #E16570. Grayscale: #737373. Windows color (decimal): -14771569 or 9411102. OLE color: 9411102.

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

Color convert

RGB 30 154 143 -
CMYK 0.81 0 0.07 0.40
HSL 174.68º 0.67% 0.36% -
HSV(B) 174.68º 0.81% 0.6% -
XYZ 17.05 25.37 29.99 -
YUV 115.67 143.42 66.89 -
System Red Green Blue C M Y K H S L
Decimal 30 154 143 0.81 0 0.07 0.40 174.68 0.67 0.36
Hex 1E 9A 8F 51 0 7 28 AF 43 24
Octal 36 232 217 121 0 7 50 257 103 44
Binary 11110 10011010 10001111 1010001 0 111 101000 10101111 1000011 100100

Color Harmonies of #1E9A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9A8F

Black with #1E9A8F

Text Example


Text Example

White with #1E9A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,154,143); }

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

background-color css

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

 a { background-color: rgb(30,154,143); }

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

border-color css

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

 span { border-color: rgb(30,154,143); }

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