Html Css Color HEX #198285 Atoll

📋 copy color: '#198285'

red 25 ◦ green 130 ◦ blue 133

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

Shades of Atoll #198285

Tints of Atoll #198285

RGB

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

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

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

R = 8.68%
G = 45.14%
B = 46.18%

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

#198285 (or 0x198285) is known color: Atoll. HEX triplet: 19, 82 and 85. RGB value is (25,130,133). Sum of RGB (Red+Green+Blue) = 25+130+133=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #198285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198285 is #E67D7A. Grayscale: #626262. Windows color (decimal): -15105403 or 8749593. OLE color: 8749593.

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

Color convert

RGB 25 130 133 -
CMYK 0.81 0.02 0 0.48
HSL 181.67º 0.68% 0.31% -
HSV(B) 181.67º 0.81% 0.52% -
XYZ 12.62 17.87 24.97 -
YUV 98.95 147.21 75.26 -
System Red Green Blue C M Y K H S L
Decimal 25 130 133 0.81 0.02 0 0.48 181.67 0.68 0.31
Hex 19 82 85 51 2 0 30 B6 44 1F
Octal 31 202 205 121 2 0 60 266 104 37
Binary 11001 10000010 10000101 1010001 10 0 110000 10110110 1000100 11111

Color Harmonies of #198285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198285

Black with #198285

Text Example


Text Example

White with #198285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198285; }

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

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

background-color css

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

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

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

border-color css

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

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

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