Html Css Color HEX #198385 Atoll

📋 copy color: '#198385'

red 25 ◦ green 131 ◦ blue 133

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

Shades of Atoll #198385

Tints of Atoll #198385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 46.02%

R = 8.65%
G = 45.33%
B = 46.02%

CMYK

 C value IS 0.81

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#198385 (or 0x198385) is known color: Atoll. HEX triplet: 19, 83 and 85. RGB value is (25,131,133). Sum of RGB (Red+Green+Blue) = 25+131+133=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 131 (51.56% from 255 or 45.33% from 289); Blue value is 133 (52.34% from 255 or 46.02% from 289); Max value from RGB is 133 - color contains mainly: blue. Hex color #198385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198385 is #E67C7A. Grayscale: #636363. Windows color (decimal): -15105147 or 8749849. OLE color: 8749849.

HSL color Cylindrical-coordinate representation of color #198385: hue angle of 181.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #198385 is Cyan = 0.81, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 25 131 133 -
CMYK 0.81 0.02 0 0.48
HSL 181.11º 0.68% 0.31% -
HSV(B) 181.11º 0.81% 0.52% -
XYZ 12.75 18.13 25.02 -
YUV 99.53 146.88 74.84 -
System Red Green Blue C M Y K H S L
Decimal 25 131 133 0.81 0.02 0 0.48 181.11 0.68 0.31
Hex 19 83 85 51 2 0 30 B5 44 1F
Octal 31 203 205 121 2 0 60 265 104 37
Binary 11001 10000011 10000101 1010001 10 0 110000 10110101 1000100 11111

Color Harmonies of #198385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198385

Black with #198385

Text Example


Text Example

White with #198385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198385; }

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

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

background-color css

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

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

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

border-color css

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

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

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