Html Css Color HEX #248488 Atoll

📋 copy color: '#248488'

red 36 ◦ green 132 ◦ blue 136

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

Shades of Atoll #248488

Tints of Atoll #248488

RGB

 RED value IS 36 (14.45% from 255) = 11.84%

 GREEN value IS 132 (51.95% from 255) = 43.42%

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

R = 11.84%
G = 43.42%
B = 44.74%

CMYK

 C value IS 0.74

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#248488 (or 0x248488) is known color: Atoll. HEX triplet: 24, 84 and 88. RGB value is (36,132,136). Sum of RGB (Red+Green+Blue) = 36+132+136=304 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.84% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #248488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248488 is #DB7B77. Grayscale: #676767. Windows color (decimal): -14383992 or 8946724. OLE color: 8946724.

HSL color Cylindrical-coordinate representation of color #248488: hue angle of 182.4º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #248488 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 132 136 -
CMYK 0.74 0.03 0 0.47
HSL 182.4º 0.58% 0.34% -
HSV(B) 182.4º 0.74% 0.53% -
XYZ 13.42 18.66 26.19 -
YUV 103.75 146.2 79.67 -
System Red Green Blue C M Y K H S L
Decimal 36 132 136 0.74 0.03 0 0.47 182.4 0.58 0.34
Hex 24 84 88 4A 3 0 2F B6 3A 22
Octal 44 204 210 112 3 0 57 266 72 42
Binary 100100 10000100 10001000 1001010 11 0 101111 10110110 111010 100010

Color Harmonies of #248488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248488

Black with #248488

Text Example


Text Example

White with #248488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248488; }

 p { color: rgb(36,132,136); }

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

background-color css

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

 a { background-color: rgb(36,132,136); }

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

border-color css

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

 span { border-color: rgb(36,132,136); }

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