Html Css Color HEX #18959A Java

📋 copy color: '#18959A'

red 24 ◦ green 149 ◦ blue 154

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

Shades of Java #18959A

Tints of Java #18959A

RGB

 RED value IS 24 (9.77% from 255) = 7.34%

 GREEN value IS 149 (58.59% from 255) = 45.57%

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

R = 7.34%
G = 45.57%
B = 47.09%

CMYK

 C value IS 0.84

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18959A (or 0x18959A) is known color: Java. HEX triplet: 18, 95 and 9A. RGB value is (24,149,154). Sum of RGB (Red+Green+Blue) = 24+149+154=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 154 (60.55% from 255 or 47.09% from 327); Max value from RGB is 154 - color contains mainly: blue. Hex color #18959A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18959A is #E76A65. Grayscale: #707070. Windows color (decimal): -15166054 or 10130712. OLE color: 10130712.

HSL color Cylindrical-coordinate representation of color #18959A: hue angle of 182.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18959A is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 149 154 -
CMYK 0.84 0.03 0 0.40
HSL 182.31º 0.73% 0.35% -
HSV(B) 182.31º 0.84% 0.6% -
XYZ 16.96 24.02 34.31 -
YUV 112.2 151.59 65.09 -
System Red Green Blue C M Y K H S L
Decimal 24 149 154 0.84 0.03 0 0.40 182.31 0.73 0.35
Hex 18 95 9A 54 3 0 28 B6 49 23
Octal 30 225 232 124 3 0 50 266 111 43
Binary 11000 10010101 10011010 1010100 11 0 101000 10110110 1001001 100011

Color Harmonies of #18959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18959A

Black with #18959A

Text Example


Text Example

White with #18959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18959A; }

 p { color: rgb(24,149,154); }

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

background-color css

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

 a { background-color: rgb(24,149,154); }

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

border-color css

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

 span { border-color: rgb(24,149,154); }

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