Html Css Color HEX #1E9A97 Java

📋 copy color: '#1E9A97'

red 30 ◦ green 154 ◦ blue 151

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

Shades of Java #1E9A97

Tints of Java #1E9A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.07%

R = 8.96%
G = 45.97%
B = 45.07%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#1E9A97 (or 0x1E9A97) is known color: Java. HEX triplet: 1E, 9A and 97. RGB value is (30,154,151). Sum of RGB (Red+Green+Blue) = 30+154+151=335 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.96% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 151 (59.38% from 255 or 45.07% from 335); Max value from RGB is 154 - color contains mainly: green. Hex color #1E9A97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E9A97 is #E16568. Grayscale: #747474. Windows color (decimal): -14771561 or 9935390. OLE color: 9935390.

HSL color Cylindrical-coordinate representation of color #1E9A97: hue angle of 178.55º 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 #1E9A97 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 30 154 151 -
CMYK 0.81 0 0.02 0.40
HSL 178.55º 0.67% 0.36% -
HSV(B) 178.55º 0.81% 0.6% -
XYZ 17.68 25.62 33.29 -
YUV 116.58 147.42 66.24 -
System Red Green Blue C M Y K H S L
Decimal 30 154 151 0.81 0 0.02 0.40 178.55 0.67 0.36
Hex 1E 9A 97 51 0 2 28 B3 43 24
Octal 36 232 227 121 0 2 50 263 103 44
Binary 11110 10011010 10010111 1010001 0 10 101000 10110011 1000011 100100

Color Harmonies of #1E9A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E9A97

Black with #1E9A97

Text Example


Text Example

White with #1E9A97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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