Html Css Color HEX #198588 Atoll

📋 copy color: '#198588'

red 25 ◦ green 133 ◦ blue 136

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

Shades of Atoll #198588

Tints of Atoll #198588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 45.24%

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 8.5%
G = 45.24%
B = 46.26%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#198588 (or 0x198588) is known color: Atoll. HEX triplet: 19, 85 and 88. RGB value is (25,133,136). Sum of RGB (Red+Green+Blue) = 25+133+136=294 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.50% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #198588 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198588 is #E67A77. Grayscale: #646464. Windows color (decimal): -15104632 or 8946969. OLE color: 8946969.

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

Color convert

RGB 25 133 136 -
CMYK 0.82 0.02 0 0.47
HSL 181.62º 0.69% 0.32% -
HSV(B) 181.62º 0.82% 0.53% -
XYZ 13.23 18.76 26.22 -
YUV 101.05 147.72 73.76 -
System Red Green Blue C M Y K H S L
Decimal 25 133 136 0.82 0.02 0 0.47 181.62 0.69 0.32
Hex 19 85 88 52 2 0 2F B6 45 20
Octal 31 205 210 122 2 0 57 266 105 40
Binary 11001 10000101 10001000 1010010 10 0 101111 10110110 1000101 100000

Color Harmonies of #198588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198588

Black with #198588

Text Example


Text Example

White with #198588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198588; }

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

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

background-color css

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

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

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

border-color css

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

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

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