Html Css Color HEX #18969B Java

📋 copy color: '#18969B'

red 24 ◦ green 150 ◦ blue 155

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

Shades of Java #18969B

Tints of Java #18969B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.11%

R = 7.29%
G = 45.59%
B = 47.11%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#18969B (or 0x18969B) is known color: Java. HEX triplet: 18, 96 and 9B. RGB value is (24,150,155). Sum of RGB (Red+Green+Blue) = 24+150+155=329 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.29% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 155 (60.94% from 255 or 47.11% from 329); Max value from RGB is 155 - color contains mainly: blue. Hex color #18969B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18969B is #E76964. Grayscale: #707070. Windows color (decimal): -15165797 or 10196504. OLE color: 10196504.

HSL color Cylindrical-coordinate representation of color #18969B: hue angle of 182.29º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #18969B is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 24 150 155 -
CMYK 0.85 0.03 0 0.39
HSL 182.29º 0.73% 0.35% -
HSV(B) 182.29º 0.85% 0.61% -
XYZ 17.2 24.37 34.81 -
YUV 112.9 151.76 64.59 -
System Red Green Blue C M Y K H S L
Decimal 24 150 155 0.85 0.03 0 0.39 182.29 0.73 0.35
Hex 18 96 9B 55 3 0 27 B6 49 23
Octal 30 226 233 125 3 0 47 266 111 43
Binary 11000 10010110 10011011 1010101 11 0 100111 10110110 1001001 100011

Color Harmonies of #18969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18969B

Black with #18969B

Text Example


Text Example

White with #18969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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