Html Css Color HEX #18948D Java

📋 copy color: '#18948D'

red 24 ◦ green 148 ◦ blue 141

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

Shades of Java #18948D

Tints of Java #18948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.05%

R = 7.67%
G = 47.28%
B = 45.05%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#18948D (or 0x18948D) is known color: Java. HEX triplet: 18, 94 and 8D. RGB value is (24,148,141). Sum of RGB (Red+Green+Blue) = 24+148+141=313 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.67% from 313); Green value is 148 (58.20% from 255 or 47.28% from 313); Blue value is 141 (55.47% from 255 or 45.05% from 313); Max value from RGB is 148 - color contains mainly: green. Hex color #18948D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18948D is #E76B72. Grayscale: #6E6E6E. Windows color (decimal): -15166323 or 9278488. OLE color: 9278488.

HSL color Cylindrical-coordinate representation of color #18948D: hue angle of 176.61º degrees, saturation: 0.72, 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 #18948D is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 141 -
CMYK 0.84 0 0.05 0.42
HSL 176.61º 0.72% 0.34% -
HSV(B) 176.61º 0.84% 0.58% -
XYZ 15.77 23.3 28.86 -
YUV 110.13 145.42 66.57 -
System Red Green Blue C M Y K H S L
Decimal 24 148 141 0.84 0 0.05 0.42 176.61 0.72 0.34
Hex 18 94 8D 54 0 5 2A B1 48 22
Octal 30 224 215 124 0 5 52 261 110 42
Binary 11000 10010100 10001101 1010100 0 101 101010 10110001 1001000 100010

Color Harmonies of #18948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18948D

Black with #18948D

Text Example


Text Example

White with #18948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18948D; }

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

 H1.HeaderClassName
 {
   color: #18948D;
 }
 .AnyTagClassName
 {
   color: #18948D;
 }
</style>

background-color css

<style>
 a { background-color: #18948D; }

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

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

border-color css

<style>
 span { border-color: #18948D; }

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

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