Html Css Color HEX #18949F Java

📋 copy color: '#18949F'

red 24 ◦ green 148 ◦ blue 159

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

Shades of Java #18949F

Tints of Java #18949F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 48.04%

R = 7.25%
G = 44.71%
B = 48.04%

CMYK

 C value IS 0.85

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#18949F (or 0x18949F) is known color: Java. HEX triplet: 18, 94 and 9F. RGB value is (24,148,159). Sum of RGB (Red+Green+Blue) = 24+148+159=331 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.25% from 331); Green value is 148 (58.20% from 255 or 44.71% from 331); Blue value is 159 (62.5% from 255 or 48.04% from 331); Max value from RGB is 159 - color contains mainly: blue. Hex color #18949F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18949F is #E76B60. Grayscale: #707070. Windows color (decimal): -15166305 or 10458136. OLE color: 10458136.

HSL color Cylindrical-coordinate representation of color #18949F: hue angle of 184.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18949F is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 24 148 159 -
CMYK 0.85 0.07 0 0.38
HSL 184.89º 0.74% 0.36% -
HSV(B) 184.89º 0.85% 0.62% -
XYZ 17.22 23.88 36.5 -
YUV 112.18 154.42 65.11 -
System Red Green Blue C M Y K H S L
Decimal 24 148 159 0.85 0.07 0 0.38 184.89 0.74 0.36
Hex 18 94 9F 55 7 0 26 B9 4A 24
Octal 30 224 237 125 7 0 46 271 112 44
Binary 11000 10010100 10011111 1010101 111 0 100110 10111001 1001010 100100

Color Harmonies of #18949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18949F

Black with #18949F

Text Example


Text Example

White with #18949F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18949F; }

 p { color: rgb(24,148,159); }

 H1.HeaderClassName
 {
   color: #18949F;
 }
 .AnyTagClassName
 {
   color: #18949F;
 }
</style>

background-color css

<style>
 a { background-color: #18949F; }

 a { background-color: rgb(24,148,159); }

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

border-color css

<style>
 span { border-color: #18949F; }

 span { border-color: rgb(24,148,159); }

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