Html Css Color HEX #0E969A Java

📋 copy color: '#0E969A'

red 14 ◦ green 150 ◦ blue 154

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

Shades of Java #0E969A

Tints of Java #0E969A

RGB

 RED value IS 14 (5.86% from 255) = 4.4%

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

 BLUE value IS 154 (60.55% from 255) = 48.43%

R = 4.4%
G = 47.17%
B = 48.43%

CMYK

 C value IS 0.91

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#0E969A (or 0x0E969A) is known color: Java. HEX triplet: 0E, 96 and 9A. RGB value is (14,150,154). Sum of RGB (Red+Green+Blue) = 14+150+154=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #0E969A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0E969A is #F16965. Grayscale: #6D6D6D. Windows color (decimal): -15821158 or 10130958. OLE color: 10130958.

HSL color Cylindrical-coordinate representation of color #0E969A: hue angle of 181.71º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E969A is Cyan = 0.91, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 14 150 154 -
CMYK 0.91 0.03 0 0.40
HSL 181.71º 0.83% 0.33% -
HSV(B) 181.71º 0.91% 0.6% -
XYZ 16.92 24.24 34.36 -
YUV 109.79 152.94 59.67 -
System Red Green Blue C M Y K H S L
Decimal 14 150 154 0.91 0.03 0 0.40 181.71 0.83 0.33
Hex E 96 9A 5B 3 0 28 B6 53 21
Octal 16 226 232 133 3 0 50 266 123 41
Binary 1110 10010110 10011010 1011011 11 0 101000 10110110 1010011 100001

Color Harmonies of #0E969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E969A

Black with #0E969A

Text Example


Text Example

White with #0E969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E969A; }

 p { color: rgb(14,150,154); }

 H1.HeaderClassName
 {
   color: #0E969A;
 }
 .AnyTagClassName
 {
   color: #0E969A;
 }
</style>

background-color css

<style>
 a { background-color: #0E969A; }

 a { background-color: rgb(14,150,154); }

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

border-color css

<style>
 span { border-color: #0E969A; }

 span { border-color: rgb(14,150,154); }

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