Html Css Color HEX #1E949B Java

📋 copy color: '#1E949B'

red 30 ◦ green 148 ◦ blue 155

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

Shades of Java #1E949B

Tints of Java #1E949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 9.01%
G = 44.44%
B = 46.55%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1E949B (or 0x1E949B) is known color: Java. HEX triplet: 1E, 94 and 9B. RGB value is (30,148,155). Sum of RGB (Red+Green+Blue) = 30+148+155=333 (44% of max value = 765). Red value is 30 (12.11% from 255 or 9.01% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E949B is #E16B64. Grayscale: #717171. Windows color (decimal): -14773093 or 10195998. OLE color: 10195998.

HSL color Cylindrical-coordinate representation of color #1E949B: hue angle of 183.36º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E949B is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 30 148 155 -
CMYK 0.81 0.05 0 0.39
HSL 183.36º 0.68% 0.36% -
HSV(B) 183.36º 0.81% 0.61% -
XYZ 17.04 23.82 34.71 -
YUV 113.52 151.41 68.43 -
System Red Green Blue C M Y K H S L
Decimal 30 148 155 0.81 0.05 0 0.39 183.36 0.68 0.36
Hex 1E 94 9B 51 5 0 27 B7 44 24
Octal 36 224 233 121 5 0 47 267 104 44
Binary 11110 10010100 10011011 1010001 101 0 100111 10110111 1000100 100100

Color Harmonies of #1E949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E949B

Black with #1E949B

Text Example


Text Example

White with #1E949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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