Html Css Color HEX #128E97 Java

📋 copy color: '#128E97'

red 18 ◦ green 142 ◦ blue 151

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

Shades of Java #128E97

Tints of Java #128E97

RGB

 RED value IS 18 (7.42% from 255) = 5.79%

 GREEN value IS 142 (55.86% from 255) = 45.66%

 BLUE value IS 151 (59.38% from 255) = 48.55%

R = 5.79%
G = 45.66%
B = 48.55%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#128E97 (or 0x128E97) is known color: Java. HEX triplet: 12, 8E and 97. RGB value is (18,142,151). Sum of RGB (Red+Green+Blue) = 18+142+151=311 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.79% from 311); Green value is 142 (55.86% from 255 or 45.66% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #128E97 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #128E97 is #ED7168. Grayscale: #696969. Windows color (decimal): -15561065 or 9932306. OLE color: 9932306.

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

Color convert

RGB 18 142 151 -
CMYK 0.88 0.06 0 0.41
HSL 184.06º 0.79% 0.33% -
HSV(B) 184.06º 0.88% 0.59% -
XYZ 15.51 21.71 32.65 -
YUV 105.95 153.42 65.27 -
System Red Green Blue C M Y K H S L
Decimal 18 142 151 0.88 0.06 0 0.41 184.06 0.79 0.33
Hex 12 8E 97 58 6 0 29 B8 4F 21
Octal 22 216 227 130 6 0 51 270 117 41
Binary 10010 10001110 10010111 1011000 110 0 101001 10111000 1001111 100001

Color Harmonies of #128E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128E97

Black with #128E97

Text Example


Text Example

White with #128E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128E97; }

 p { color: rgb(18,142,151); }

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

background-color css

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

 a { background-color: rgb(18,142,151); }

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

border-color css

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

 span { border-color: rgb(18,142,151); }

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