Html Css Color HEX #18968A Java

📋 copy color: '#18968A'

red 24 ◦ green 150 ◦ blue 138

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

Shades of Java #18968A

Tints of Java #18968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.08%

 BLUE value IS 138 (54.3% from 255) = 44.23%

R = 7.69%
G = 48.08%
B = 44.23%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.08

 K value IS 0.41

RGB Variations

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

Color information

#18968A (or 0x18968A) is known color: Java. HEX triplet: 18, 96 and 8A. RGB value is (24,150,138). Sum of RGB (Red+Green+Blue) = 24+150+138=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 150 (58.98% from 255 or 48.08% from 312); Blue value is 138 (54.30% from 255 or 44.23% from 312); Max value from RGB is 150 - color contains mainly: green. Hex color #18968A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18968A is #E76975. Grayscale: #6E6E6E. Windows color (decimal): -15165814 or 9082392. OLE color: 9082392.

HSL color Cylindrical-coordinate representation of color #18968A: hue angle of 174.29º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18968A is Cyan = 0.84, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB 24 150 138 -
CMYK 0.84 0 0.08 0.41
HSL 174.29º 0.72% 0.34% -
HSV(B) 174.29º 0.84% 0.59% -
XYZ 15.87 23.84 27.81 -
YUV 110.96 143.26 65.98 -
System Red Green Blue C M Y K H S L
Decimal 24 150 138 0.84 0 0.08 0.41 174.29 0.72 0.34
Hex 18 96 8A 54 0 8 29 AE 48 22
Octal 30 226 212 124 0 10 51 256 110 42
Binary 11000 10010110 10001010 1010100 0 1000 101001 10101110 1001000 100010

Color Harmonies of #18968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18968A

Black with #18968A

Text Example


Text Example

White with #18968A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,150,138); }

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

background-color css

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

 a { background-color: rgb(24,150,138); }

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

border-color css

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

 span { border-color: rgb(24,150,138); }

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