Html Css Color HEX #198386 Atoll

📋 copy color: '#198386'

red 25 ◦ green 131 ◦ blue 134

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

Shades of Atoll #198386

Tints of Atoll #198386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 46.21%

R = 8.62%
G = 45.17%
B = 46.21%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#198386 (or 0x198386) is known color: Atoll. HEX triplet: 19, 83 and 86. RGB value is (25,131,134). Sum of RGB (Red+Green+Blue) = 25+131+134=290 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.62% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #198386 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198386 is #E67C79. Grayscale: #636363. Windows color (decimal): -15105146 or 8815385. OLE color: 8815385.

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

Color convert

RGB 25 131 134 -
CMYK 0.81 0.02 0 0.47
HSL 181.65º 0.69% 0.31% -
HSV(B) 181.65º 0.81% 0.53% -
XYZ 12.82 18.16 25.38 -
YUV 99.65 147.38 74.76 -
System Red Green Blue C M Y K H S L
Decimal 25 131 134 0.81 0.02 0 0.47 181.65 0.69 0.31
Hex 19 83 86 51 2 0 2F B6 45 1F
Octal 31 203 206 121 2 0 57 266 105 37
Binary 11001 10000011 10000110 1010001 10 0 101111 10110110 1000101 11111

Color Harmonies of #198386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198386

Black with #198386

Text Example


Text Example

White with #198386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198386; }

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

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

background-color css

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

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

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

border-color css

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

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

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