Html Css Color HEX #18988B Java

📋 copy color: '#18988B'

red 24 ◦ green 152 ◦ blue 139

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

Shades of Java #18988B

Tints of Java #18988B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.25%

 BLUE value IS 139 (54.69% from 255) = 44.13%

R = 7.62%
G = 48.25%
B = 44.13%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#18988B (or 0x18988B) is known color: Java. HEX triplet: 18, 98 and 8B. RGB value is (24,152,139). Sum of RGB (Red+Green+Blue) = 24+152+139=315 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.62% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #18988B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18988B is #E76774. Grayscale: #707070. Windows color (decimal): -15165301 or 9148440. OLE color: 9148440.

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

Color convert

RGB 24 152 139 -
CMYK 0.84 0 0.09 0.40
HSL 173.91º 0.73% 0.35% -
HSV(B) 173.91º 0.84% 0.6% -
XYZ 16.27 24.51 28.3 -
YUV 112.25 143.09 65.06 -
System Red Green Blue C M Y K H S L
Decimal 24 152 139 0.84 0 0.09 0.40 173.91 0.73 0.35
Hex 18 98 8B 54 0 9 28 AE 49 23
Octal 30 230 213 124 0 11 50 256 111 43
Binary 11000 10011000 10001011 1010100 0 1001 101000 10101110 1001001 100011

Color Harmonies of #18988B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18988B

Black with #18988B

Text Example


Text Example

White with #18988B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18988B; }

 p { color: rgb(24,152,139); }

 H1.HeaderClassName
 {
   color: #18988B;
 }
 .AnyTagClassName
 {
   color: #18988B;
 }
</style>

background-color css

<style>
 a { background-color: #18988B; }

 a { background-color: rgb(24,152,139); }

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

border-color css

<style>
 span { border-color: #18988B; }

 span { border-color: rgb(24,152,139); }

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