Html Css Color HEX #188384 Atoll

📋 copy color: '#188384'

red 24 ◦ green 131 ◦ blue 132

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

Shades of Atoll #188384

Tints of Atoll #188384

RGB

 RED value IS 24 (9.77% from 255) = 8.36%

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

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

R = 8.36%
G = 45.64%
B = 45.99%

CMYK

 C value IS 0.82

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#188384 (or 0x188384) is known color: Atoll. HEX triplet: 18, 83 and 84. RGB value is (24,131,132). Sum of RGB (Red+Green+Blue) = 24+131+132=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #188384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188384 is #E77C7B. Grayscale: #636363. Windows color (decimal): -15170684 or 8684312. OLE color: 8684312.

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

Color convert

RGB 24 131 132 -
CMYK 0.82 0.01 0 0.48
HSL 180.56º 0.69% 0.31% -
HSV(B) 180.56º 0.82% 0.52% -
XYZ 12.66 18.09 24.65 -
YUV 99.12 146.55 74.42 -
System Red Green Blue C M Y K H S L
Decimal 24 131 132 0.82 0.01 0 0.48 180.56 0.69 0.31
Hex 18 83 84 52 1 0 30 B5 45 1F
Octal 30 203 204 122 1 0 60 265 105 37
Binary 11000 10000011 10000100 1010010 1 0 110000 10110101 1000101 11111

Color Harmonies of #188384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188384

Black with #188384

Text Example


Text Example

White with #188384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188384; }

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

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

background-color css

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

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

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

border-color css

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

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

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