Html Css Color HEX #17948B Java

📋 copy color: '#17948B'

red 23 ◦ green 148 ◦ blue 139

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

Shades of Java #17948B

Tints of Java #17948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 44.84%

R = 7.42%
G = 47.74%
B = 44.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#17948B (or 0x17948B) is known color: Java. HEX triplet: 17, 94 and 8B. RGB value is (23,148,139). Sum of RGB (Red+Green+Blue) = 23+148+139=310 (41% of max value = 765). Red value is 23 (9.38% from 255 or 7.42% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 148 - color contains mainly: green. Hex color #17948B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #17948B is #E86B74. Grayscale: #6D6D6D. Windows color (decimal): -15231861 or 9147415. OLE color: 9147415.

HSL color Cylindrical-coordinate representation of color #17948B: hue angle of 175.68º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #17948B is Cyan = 0.84, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 23 148 139 -
CMYK 0.84 0 0.06 0.42
HSL 175.68º 0.73% 0.34% -
HSV(B) 175.68º 0.84% 0.58% -
XYZ 15.6 23.23 28.09 -
YUV 109.6 144.59 66.23 -
System Red Green Blue C M Y K H S L
Decimal 23 148 139 0.84 0 0.06 0.42 175.68 0.73 0.34
Hex 17 94 8B 54 0 6 2A B0 49 22
Octal 27 224 213 124 0 6 52 260 111 42
Binary 10111 10010100 10001011 1010100 0 110 101010 10110000 1001001 100010

Color Harmonies of #17948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17948B

Black with #17948B

Text Example


Text Example

White with #17948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17948B; }

 p { color: rgb(23,148,139); }

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

background-color css

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

 a { background-color: rgb(23,148,139); }

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

border-color css

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

 span { border-color: rgb(23,148,139); }

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