Html Css Color HEX #198389 Atoll

📋 copy color: '#198389'

red 25 ◦ green 131 ◦ blue 137

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

Shades of Atoll #198389

Tints of Atoll #198389

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.71%

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

R = 8.53%
G = 44.71%
B = 46.76%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#198389 (or 0x198389) is known color: Atoll. HEX triplet: 19, 83 and 89. RGB value is (25,131,137). Sum of RGB (Red+Green+Blue) = 25+131+137=293 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.53% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #198389 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198389 is #E67C76. Grayscale: #636363. Windows color (decimal): -15105143 or 9011993. OLE color: 9011993.

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

Color convert

RGB 25 131 137 -
CMYK 0.82 0.04 0 0.46
HSL 183.21º 0.69% 0.32% -
HSV(B) 183.21º 0.82% 0.54% -
XYZ 13.03 18.25 26.5 -
YUV 99.99 148.88 74.51 -
System Red Green Blue C M Y K H S L
Decimal 25 131 137 0.82 0.04 0 0.46 183.21 0.69 0.32
Hex 19 83 89 52 4 0 2E B7 45 20
Octal 31 203 211 122 4 0 56 267 105 40
Binary 11001 10000011 10001001 1010010 100 0 101110 10110111 1000101 100000

Color Harmonies of #198389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198389

Black with #198389

Text Example


Text Example

White with #198389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198389; }

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

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

background-color css

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

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

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

border-color css

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

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

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