Html Css Color HEX #198289 Atoll

📋 copy color: '#198289'

red 25 ◦ green 130 ◦ blue 137

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

Shades of Atoll #198289

Tints of Atoll #198289

RGB

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

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

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

R = 8.56%
G = 44.52%
B = 46.92%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#198289 (or 0x198289) is known color: Atoll. HEX triplet: 19, 82 and 89. RGB value is (25,130,137). Sum of RGB (Red+Green+Blue) = 25+130+137=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 137 (53.91% from 255 or 46.92% from 292); Max value from RGB is 137 - color contains mainly: blue. Hex color #198289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198289 is #E67D76. Grayscale: #636363. Windows color (decimal): -15105399 or 9011737. OLE color: 9011737.

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

Color convert

RGB 25 130 137 -
CMYK 0.82 0.05 0 0.46
HSL 183.75º 0.69% 0.32% -
HSV(B) 183.75º 0.82% 0.54% -
XYZ 12.9 17.98 26.46 -
YUV 99.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 25 130 137 0.82 0.05 0 0.46 183.75 0.69 0.32
Hex 19 82 89 52 5 0 2E B8 45 20
Octal 31 202 211 122 5 0 56 270 105 40
Binary 11001 10000010 10001001 1010010 101 0 101110 10111000 1000101 100000

Color Harmonies of #198289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198289

Black with #198289

Text Example


Text Example

White with #198289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198289; }

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

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

background-color css

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

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

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

border-color css

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

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

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