Html Css Color HEX #198985 Java

📋 copy color: '#198985'

red 25 ◦ green 137 ◦ blue 133

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

Shades of Java #198985

Tints of Java #198985

RGB

 RED value IS 25 (10.16% from 255) = 8.47%

 GREEN value IS 137 (53.91% from 255) = 46.44%

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 8.47%
G = 46.44%
B = 45.08%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#198985 (or 0x198985) is known color: Java. HEX triplet: 19, 89 and 85. RGB value is (25,137,133). Sum of RGB (Red+Green+Blue) = 25+137+133=295 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.47% from 295); Green value is 137 (53.91% from 255 or 46.44% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 137 - color contains mainly: green. Hex color #198985 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198985 is #E6767A. Grayscale: #666666. Windows color (decimal): -15103611 or 8751385. OLE color: 8751385.

HSL color Cylindrical-coordinate representation of color #198985: hue angle of 177.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198985 is Cyan = 0.82, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 137 133 -
CMYK 0.82 0 0.03 0.46
HSL 177.86º 0.69% 0.32% -
HSV(B) 177.86º 0.82% 0.54% -
XYZ 13.58 19.79 25.29 -
YUV 103.06 144.89 72.33 -
System Red Green Blue C M Y K H S L
Decimal 25 137 133 0.82 0 0.03 0.46 177.86 0.69 0.32
Hex 19 89 85 52 0 3 2E B2 45 20
Octal 31 211 205 122 0 3 56 262 105 40
Binary 11001 10001001 10000101 1010010 0 11 101110 10110010 1000101 100000

Color Harmonies of #198985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198985

Black with #198985

Text Example


Text Example

White with #198985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198985; }

 p { color: rgb(25,137,133); }

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

background-color css

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

 a { background-color: rgb(25,137,133); }

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

border-color css

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

 span { border-color: rgb(25,137,133); }

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