Html Css Color HEX #1E959D Java

📋 copy color: '#1E959D'

red 30 ◦ green 149 ◦ blue 157

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

Shades of Java #1E959D

Tints of Java #1E959D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.35%

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

R = 8.93%
G = 44.35%
B = 46.73%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1E959D (or 0x1E959D) is known color: Java. HEX triplet: 1E, 95 and 9D. RGB value is (30,149,157). Sum of RGB (Red+Green+Blue) = 30+149+157=336 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.93% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E959D is #E16A62. Grayscale: #727272. Windows color (decimal): -14772835 or 10327326. OLE color: 10327326.

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

Color convert

RGB 30 149 157 -
CMYK 0.81 0.05 0 0.38
HSL 183.78º 0.68% 0.37% -
HSV(B) 183.78º 0.81% 0.62% -
XYZ 17.37 24.21 35.65 -
YUV 114.33 152.08 67.85 -
System Red Green Blue C M Y K H S L
Decimal 30 149 157 0.81 0.05 0 0.38 183.78 0.68 0.37
Hex 1E 95 9D 51 5 0 26 B8 44 25
Octal 36 225 235 121 5 0 46 270 104 45
Binary 11110 10010101 10011101 1010001 101 0 100110 10111000 1000100 100101

Color Harmonies of #1E959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E959D

Black with #1E959D

Text Example


Text Example

White with #1E959D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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