Html Css Color HEX #18888B Java

📋 copy color: '#18888B'

red 24 ◦ green 136 ◦ blue 139

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

Shades of Java #18888B

Tints of Java #18888B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.48%

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

R = 8.03%
G = 45.48%
B = 46.49%

CMYK

 C value IS 0.83

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#18888B (or 0x18888B) is known color: Java. HEX triplet: 18, 88 and 8B. RGB value is (24,136,139). Sum of RGB (Red+Green+Blue) = 24+136+139=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #18888B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18888B is #E77774. Grayscale: #666666. Windows color (decimal): -15169397 or 9144344. OLE color: 9144344.

HSL color Cylindrical-coordinate representation of color #18888B: hue angle of 181.57º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18888B is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 136 139 -
CMYK 0.83 0.02 0 0.45
HSL 181.57º 0.71% 0.32% -
HSV(B) 181.57º 0.83% 0.55% -
XYZ 13.84 19.67 27.49 -
YUV 102.85 148.39 71.76 -
System Red Green Blue C M Y K H S L
Decimal 24 136 139 0.83 0.02 0 0.45 181.57 0.71 0.32
Hex 18 88 8B 53 2 0 2D B6 47 20
Octal 30 210 213 123 2 0 55 266 107 40
Binary 11000 10001000 10001011 1010011 10 0 101101 10110110 1000111 100000

Color Harmonies of #18888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18888B

Black with #18888B

Text Example


Text Example

White with #18888B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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