Html Css Color HEX #17968E Java

📋 copy color: '#17968E'

red 23 ◦ green 150 ◦ blue 142

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

Shades of Java #17968E

Tints of Java #17968E

RGB

 RED value IS 23 (9.38% from 255) = 7.3%

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

 BLUE value IS 142 (55.86% from 255) = 45.08%

R = 7.3%
G = 47.62%
B = 45.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#17968E (or 0x17968E) is known color: Java. HEX triplet: 17, 96 and 8E. RGB value is (23,150,142). Sum of RGB (Red+Green+Blue) = 23+150+142=315 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.30% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #17968E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17968E is #E86971. Grayscale: #6F6F6F. Windows color (decimal): -15231346 or 9344535. OLE color: 9344535.

HSL color Cylindrical-coordinate representation of color #17968E: hue angle of 176.22º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #17968E is Cyan = 0.85, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 23 150 142 -
CMYK 0.85 0 0.05 0.41
HSL 176.22º 0.73% 0.34% -
HSV(B) 176.22º 0.85% 0.59% -
XYZ 16.14 23.95 29.36 -
YUV 111.12 145.42 65.15 -
System Red Green Blue C M Y K H S L
Decimal 23 150 142 0.85 0 0.05 0.41 176.22 0.73 0.34
Hex 17 96 8E 55 0 5 29 B0 49 22
Octal 27 226 216 125 0 5 51 260 111 42
Binary 10111 10010110 10001110 1010101 0 101 101001 10110000 1001001 100010

Color Harmonies of #17968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17968E

Black with #17968E

Text Example


Text Example

White with #17968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17968E; }

 p { color: rgb(23,150,142); }

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

background-color css

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

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

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

border-color css

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

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

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