Html Css Color HEX #188088 Atoll

📋 copy color: '#188088'

red 24 ◦ green 128 ◦ blue 136

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

Shades of Atoll #188088

Tints of Atoll #188088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.44%

 BLUE value IS 136 (53.52% from 255) = 47.22%

R = 8.33%
G = 44.44%
B = 47.22%

CMYK

 C value IS 0.82

 M value IS 0.06

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#188088 (or 0x188088) is known color: Atoll. HEX triplet: 18, 80 and 88. RGB value is (24,128,136). Sum of RGB (Red+Green+Blue) = 24+128+136=288 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.33% from 288); Green value is 128 (50.39% from 255 or 44.44% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #188088 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188088 is #E77F77. Grayscale: #616161. Windows color (decimal): -15171448 or 8945688. OLE color: 8945688.

HSL color Cylindrical-coordinate representation of color #188088: hue angle of 184.29º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188088 is Cyan = 0.82, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 128 136 -
CMYK 0.82 0.06 0 0.47
HSL 184.29º 0.7% 0.31% -
HSV(B) 184.29º 0.82% 0.53% -
XYZ 12.54 17.41 25.99 -
YUV 97.82 149.54 75.35 -
System Red Green Blue C M Y K H S L
Decimal 24 128 136 0.82 0.06 0 0.47 184.29 0.7 0.31
Hex 18 80 88 52 6 0 2F B8 46 1F
Octal 30 200 210 122 6 0 57 270 106 37
Binary 11000 10000000 10001000 1010010 110 0 101111 10111000 1000110 11111

Color Harmonies of #188088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188088

Black with #188088

Text Example


Text Example

White with #188088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188088; }

 p { color: rgb(24,128,136); }

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

background-color css

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

 a { background-color: rgb(24,128,136); }

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

border-color css

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

 span { border-color: rgb(24,128,136); }

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