Html Css Color HEX #198089 Atoll

📋 copy color: '#198089'

red 25 ◦ green 128 ◦ blue 137

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

Shades of Atoll #198089

Tints of Atoll #198089

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.14%

 BLUE value IS 137 (53.91% from 255) = 47.24%

R = 8.62%
G = 44.14%
B = 47.24%

CMYK

 C value IS 0.82

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#198089 (or 0x198089) is known color: Atoll. HEX triplet: 19, 80 and 89. RGB value is (25,128,137). Sum of RGB (Red+Green+Blue) = 25+128+137=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 128 (50.39% from 255 or 44.14% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #198089 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198089 is #E67F76. Grayscale: #626262. Windows color (decimal): -15105911 or 9011225. OLE color: 9011225.

HSL color Cylindrical-coordinate representation of color #198089: hue angle of 184.82º 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 #198089 is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 25 128 137 -
CMYK 0.82 0.07 0 0.46
HSL 184.82º 0.69% 0.32% -
HSV(B) 184.82º 0.82% 0.54% -
XYZ 12.64 17.45 26.37 -
YUV 98.23 149.88 75.77 -
System Red Green Blue C M Y K H S L
Decimal 25 128 137 0.82 0.07 0 0.46 184.82 0.69 0.32
Hex 19 80 89 52 7 0 2E B9 45 20
Octal 31 200 211 122 7 0 56 271 105 40
Binary 11001 10000000 10001001 1010010 111 0 101110 10111001 1000101 100000

Color Harmonies of #198089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198089

Black with #198089

Text Example


Text Example

White with #198089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198089; }

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

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

background-color css

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

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

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

border-color css

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

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

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