Html Css Color HEX #198288 Atoll

📋 copy color: '#198288'

red 25 ◦ green 130 ◦ blue 136

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

Shades of Atoll #198288

Tints of Atoll #198288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

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

R = 8.59%
G = 44.67%
B = 46.74%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#198288 (or 0x198288) is known color: Atoll. HEX triplet: 19, 82 and 88. RGB value is (25,130,136). Sum of RGB (Red+Green+Blue) = 25+130+136=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #198288 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198288 is #E67D77. Grayscale: #636363. Windows color (decimal): -15105400 or 8946201. OLE color: 8946201.

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

Color convert

RGB 25 130 136 -
CMYK 0.82 0.04 0 0.47
HSL 183.24º 0.69% 0.32% -
HSV(B) 183.24º 0.82% 0.53% -
XYZ 12.83 17.95 26.08 -
YUV 99.29 148.71 75.01 -
System Red Green Blue C M Y K H S L
Decimal 25 130 136 0.82 0.04 0 0.47 183.24 0.69 0.32
Hex 19 82 88 52 4 0 2F B7 45 20
Octal 31 202 210 122 4 0 57 267 105 40
Binary 11001 10000010 10001000 1010010 100 0 101111 10110111 1000101 100000

Color Harmonies of #198288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198288

Black with #198288

Text Example


Text Example

White with #198288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198288; }

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

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

background-color css

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

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

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

border-color css

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

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

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