Html Css Color HEX #1E969D Java

📋 copy color: '#1E969D'

red 30 ◦ green 150 ◦ blue 157

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

Shades of Java #1E969D

Tints of Java #1E969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.51%

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 8.9%
G = 44.51%
B = 46.59%

CMYK

 C value IS 0.81

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E969D (or 0x1E969D) is known color: Java. HEX triplet: 1E, 96 and 9D. RGB value is (30,150,157). Sum of RGB (Red+Green+Blue) = 30+150+157=337 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.90% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E969D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E969D is #E16962. Grayscale: #727272. Windows color (decimal): -14772579 or 10327582. OLE color: 10327582.

HSL color Cylindrical-coordinate representation of color #1E969D: hue angle of 183.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E969D is Cyan = 0.81, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 30 150 157 -
CMYK 0.81 0.04 0 0.38
HSL 183.31º 0.68% 0.37% -
HSV(B) 183.31º 0.81% 0.62% -
XYZ 17.53 24.52 35.71 -
YUV 114.92 151.74 67.43 -
System Red Green Blue C M Y K H S L
Decimal 30 150 157 0.81 0.04 0 0.38 183.31 0.68 0.37
Hex 1E 96 9D 51 4 0 26 B7 44 25
Octal 36 226 235 121 4 0 46 267 104 45
Binary 11110 10010110 10011101 1010001 100 0 100110 10110111 1000100 100101

Color Harmonies of #1E969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E969D

Black with #1E969D

Text Example


Text Example

White with #1E969D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,150,157); }

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

background-color css

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

 a { background-color: rgb(30,150,157); }

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

border-color css

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

 span { border-color: rgb(30,150,157); }

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