Html Css Color HEX #188085 Atoll

📋 copy color: '#188085'

red 24 ◦ green 128 ◦ blue 133

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

Shades of Atoll #188085

Tints of Atoll #188085

RGB

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

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

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

R = 8.42%
G = 44.91%
B = 46.67%

CMYK

 C value IS 0.82

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#188085 (or 0x188085) is known color: Atoll. HEX triplet: 18, 80 and 85. RGB value is (24,128,133). Sum of RGB (Red+Green+Blue) = 24+128+133=285 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.42% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #188085 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188085 is #E77F7A. Grayscale: #616161. Windows color (decimal): -15171451 or 8749080. OLE color: 8749080.

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

Color convert

RGB 24 128 133 -
CMYK 0.82 0.04 0 0.48
HSL 182.75º 0.69% 0.31% -
HSV(B) 182.75º 0.82% 0.52% -
XYZ 12.33 17.33 24.88 -
YUV 97.47 148.04 75.59 -
System Red Green Blue C M Y K H S L
Decimal 24 128 133 0.82 0.04 0 0.48 182.75 0.69 0.31
Hex 18 80 85 52 4 0 30 B7 45 1F
Octal 30 200 205 122 4 0 60 267 105 37
Binary 11000 10000000 10000101 1010010 100 0 110000 10110111 1000101 11111

Color Harmonies of #188085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #188085

Black with #188085

Text Example


Text Example

White with #188085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #188085; }

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

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

background-color css

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

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

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

border-color css

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

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

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