Html Css Color HEX #198087 Atoll

📋 copy color: '#198087'

red 25 ◦ green 128 ◦ blue 135

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

Shades of Atoll #198087

Tints of Atoll #198087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 46.88%

R = 8.68%
G = 44.44%
B = 46.88%

CMYK

 C value IS 0.81

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#198087 (or 0x198087) is known color: Atoll. HEX triplet: 19, 80 and 87. RGB value is (25,128,135). Sum of RGB (Red+Green+Blue) = 25+128+135=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 135 (53.12% from 255 or 46.88% from 288); Max value from RGB is 135 - color contains mainly: blue. Hex color #198087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198087 is #E67F78. Grayscale: #616161. Windows color (decimal): -15105913 or 8880153. OLE color: 8880153.

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

Color convert

RGB 25 128 135 -
CMYK 0.81 0.05 0 0.47
HSL 183.82º 0.69% 0.31% -
HSV(B) 183.82º 0.81% 0.53% -
XYZ 12.49 17.39 25.62 -
YUV 98 148.88 75.93 -
System Red Green Blue C M Y K H S L
Decimal 25 128 135 0.81 0.05 0 0.47 183.82 0.69 0.31
Hex 19 80 87 51 5 0 2F B8 45 1F
Octal 31 200 207 121 5 0 57 270 105 37
Binary 11001 10000000 10000111 1010001 101 0 101111 10111000 1000101 11111

Color Harmonies of #198087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198087

Black with #198087

Text Example


Text Example

White with #198087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198087; }

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

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

background-color css

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

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

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

border-color css

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

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

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