Html Css Color HEX #149696 Java

📋 copy color: '#149696'

red 20 ◦ green 150 ◦ blue 150

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

Shades of Java #149696

Tints of Java #149696

RGB

 RED value IS 20 (8.2% from 255) = 6.25%

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

 BLUE value IS 150 (58.98% from 255) = 46.88%

R = 6.25%
G = 46.88%
B = 46.88%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#149696 (or 0x149696) is known color: Java. HEX triplet: 14, 96 and 96. RGB value is (20,150,150). Sum of RGB (Red+Green+Blue) = 20+150+150=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 150 (58.98% from 255 or 46.88% from 320); Max value from RGB is 150 - color contains mainly: green, blue. Hex color #149696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #149696 is #EB6969. Grayscale: #6F6F6F. Windows color (decimal): -15427946 or 9868820. OLE color: 9868820.

HSL color Cylindrical-coordinate representation of color #149696: hue angle of 180º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149696 is Cyan = 0.87, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 150 -
CMYK 0.87 0 0 0.41
HSL 180º 0.76% 0.33% -
HSV(B) 180º 0.87% 0.59% -
XYZ 16.7 24.16 32.64 -
YUV 111.13 149.93 63 -
System Red Green Blue C M Y K H S L
Decimal 20 150 150 0.87 0 0 0.41 180 0.76 0.33
Hex 14 96 96 57 0 0 29 B4 4C 21
Octal 24 226 226 127 0 0 51 264 114 41
Binary 10100 10010110 10010110 1010111 0 0 101001 10110100 1001100 100001

Color Harmonies of #149696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149696

Black with #149696

Text Example


Text Example

White with #149696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149696; }

 p { color: rgb(20,150,150); }

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

background-color css

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

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

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

border-color css

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

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

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