Html Css Color HEX #18909A Java

📋 copy color: '#18909A'

red 24 ◦ green 144 ◦ blue 154

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

Shades of Java #18909A

Tints of Java #18909A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

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

R = 7.45%
G = 44.72%
B = 47.83%

CMYK

 C value IS 0.84

 M value IS 0.06

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#18909A (or 0x18909A) is known color: Java. HEX triplet: 18, 90 and 9A. RGB value is (24,144,154). Sum of RGB (Red+Green+Blue) = 24+144+154=322 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.45% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 154 (60.55% from 255 or 47.83% from 322); Max value from RGB is 154 - color contains mainly: blue. Hex color #18909A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18909A is #E76F65. Grayscale: #6D6D6D. Windows color (decimal): -15167334 or 10129432. OLE color: 10129432.

HSL color Cylindrical-coordinate representation of color #18909A: hue angle of 184.62º 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 #18909A is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 144 154 -
CMYK 0.84 0.06 0 0.40
HSL 184.62º 0.73% 0.35% -
HSV(B) 184.62º 0.84% 0.6% -
XYZ 16.18 22.47 34.06 -
YUV 109.26 153.24 67.19 -
System Red Green Blue C M Y K H S L
Decimal 24 144 154 0.84 0.06 0 0.40 184.62 0.73 0.35
Hex 18 90 9A 54 6 0 28 B9 49 23
Octal 30 220 232 124 6 0 50 271 111 43
Binary 11000 10010000 10011010 1010100 110 0 101000 10111001 1001001 100011

Color Harmonies of #18909A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18909A

Black with #18909A

Text Example


Text Example

White with #18909A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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