Html Css Color HEX #198384 Atoll

📋 copy color: '#198384'

red 25 ◦ green 131 ◦ blue 132

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

Shades of Atoll #198384

Tints of Atoll #198384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 8.68%
G = 45.49%
B = 45.83%

CMYK

 C value IS 0.81

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#198384 (or 0x198384) is known color: Atoll. HEX triplet: 19, 83 and 84. RGB value is (25,131,132). Sum of RGB (Red+Green+Blue) = 25+131+132=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #198384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198384 is #E67C7B. Grayscale: #636363. Windows color (decimal): -15105148 or 8684313. OLE color: 8684313.

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

Color convert

RGB 25 131 132 -
CMYK 0.81 0.01 0 0.48
HSL 180.56º 0.68% 0.31% -
HSV(B) 180.56º 0.81% 0.52% -
XYZ 12.68 18.11 24.66 -
YUV 99.42 146.38 74.92 -
System Red Green Blue C M Y K H S L
Decimal 25 131 132 0.81 0.01 0 0.48 180.56 0.68 0.31
Hex 19 83 84 51 1 0 30 B5 44 1F
Octal 31 203 204 121 1 0 60 265 104 37
Binary 11001 10000011 10000100 1010001 1 0 110000 10110101 1000100 11111

Color Harmonies of #198384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198384

Black with #198384

Text Example


Text Example

White with #198384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198384; }

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

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

background-color css

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

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

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

border-color css

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

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

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