Html Css Color HEX #188188 Atoll

📋 copy color: '#188188'

red 24 ◦ green 129 ◦ blue 136

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

Shades of Atoll #188188

Tints of Atoll #188188

RGB

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

 GREEN value IS 129 (50.78% from 255) = 44.64%

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

R = 8.3%
G = 44.64%
B = 47.06%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#188188 (or 0x188188) is known color: Atoll. HEX triplet: 18, 81 and 88. RGB value is (24,129,136). Sum of RGB (Red+Green+Blue) = 24+129+136=289 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.30% from 289); Green value is 129 (50.78% from 255 or 44.64% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #188188 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188188 is #E77E77. Grayscale: #626262. Windows color (decimal): -15171192 or 8945944. OLE color: 8945944.

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

Color convert

RGB 24 129 136 -
CMYK 0.82 0.05 0 0.47
HSL 183.75º 0.7% 0.31% -
HSV(B) 183.75º 0.82% 0.53% -
XYZ 12.67 17.67 26.04 -
YUV 98.4 149.21 74.93 -
System Red Green Blue C M Y K H S L
Decimal 24 129 136 0.82 0.05 0 0.47 183.75 0.7 0.31
Hex 18 81 88 52 5 0 2F B8 46 1F
Octal 30 201 210 122 5 0 57 270 106 37
Binary 11000 10000001 10001000 1010010 101 0 101111 10111000 1000110 11111

Color Harmonies of #188188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188188

Black with #188188

Text Example


Text Example

White with #188188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188188; }

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

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

background-color css

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

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

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

border-color css

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

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

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