Html Css Color HEX #188289 Atoll

📋 copy color: '#188289'

red 24 ◦ green 130 ◦ blue 137

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

Shades of Atoll #188289

Tints of Atoll #188289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 137 (53.91% from 255) = 47.08%

R = 8.25%
G = 44.67%
B = 47.08%

CMYK

 C value IS 0.82

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#188289 (or 0x188289) is known color: Atoll. HEX triplet: 18, 82 and 89. RGB value is (24,130,137). Sum of RGB (Red+Green+Blue) = 24+130+137=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 137 (53.91% from 255 or 47.08% from 291); Max value from RGB is 137 - color contains mainly: blue. Hex color #188289 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188289 is #E77D76. Grayscale: #626262. Windows color (decimal): -15170935 or 9011736. OLE color: 9011736.

HSL color Cylindrical-coordinate representation of color #188289: hue angle of 183.72º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188289 is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 24 130 137 -
CMYK 0.82 0.05 0 0.46
HSL 183.72º 0.7% 0.32% -
HSV(B) 183.72º 0.82% 0.54% -
XYZ 12.87 17.97 26.46 -
YUV 99.1 149.38 74.43 -
System Red Green Blue C M Y K H S L
Decimal 24 130 137 0.82 0.05 0 0.46 183.72 0.7 0.32
Hex 18 82 89 52 5 0 2E B8 46 20
Octal 30 202 211 122 5 0 56 270 106 40
Binary 11000 10000010 10001001 1010010 101 0 101110 10111000 1000110 100000

Color Harmonies of #188289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188289

Black with #188289

Text Example


Text Example

White with #188289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188289; }

 p { color: rgb(24,130,137); }

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

background-color css

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

 a { background-color: rgb(24,130,137); }

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

border-color css

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

 span { border-color: rgb(24,130,137); }

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