Html Css Color HEX #188385 Atoll

📋 copy color: '#188385'

red 24 ◦ green 131 ◦ blue 133

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

Shades of Atoll #188385

Tints of Atoll #188385

RGB

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

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

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

R = 8.33%
G = 45.49%
B = 46.18%

CMYK

 C value IS 0.82

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#188385 (or 0x188385) is known color: Atoll. HEX triplet: 18, 83 and 85. RGB value is (24,131,133). Sum of RGB (Red+Green+Blue) = 24+131+133=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 131 (51.56% from 255 or 45.49% 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 #188385 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188385 is #E77C7A. Grayscale: #636363. Windows color (decimal): -15170683 or 8749848. OLE color: 8749848.

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

Color convert

RGB 24 131 133 -
CMYK 0.82 0.02 0 0.48
HSL 181.1º 0.69% 0.31% -
HSV(B) 181.1º 0.82% 0.52% -
XYZ 12.73 18.12 25.02 -
YUV 99.24 147.05 74.34 -
System Red Green Blue C M Y K H S L
Decimal 24 131 133 0.82 0.02 0 0.48 181.1 0.69 0.31
Hex 18 83 85 52 2 0 30 B5 45 1F
Octal 30 203 205 122 2 0 60 265 105 37
Binary 11000 10000011 10000101 1010010 10 0 110000 10110101 1000101 11111

Color Harmonies of #188385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188385

Black with #188385

Text Example


Text Example

White with #188385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188385; }

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

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

background-color css

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

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

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

border-color css

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

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

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