Html Css Color HEX #248485 Atoll

📋 copy color: '#248485'

red 36 ◦ green 132 ◦ blue 133

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

Shades of Atoll #248485

Tints of Atoll #248485

RGB

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

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

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

R = 11.96%
G = 43.85%
B = 44.19%

CMYK

 C value IS 0.73

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#248485 (or 0x248485) is known color: Atoll. HEX triplet: 24, 84 and 85. RGB value is (36,132,133). Sum of RGB (Red+Green+Blue) = 36+132+133=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 132 (51.95% from 255 or 43.85% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #248485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248485 is #DB7B7A. Grayscale: #676767. Windows color (decimal): -14383995 or 8750116. OLE color: 8750116.

HSL color Cylindrical-coordinate representation of color #248485: hue angle of 180.62º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248485 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 133 -
CMYK 0.73 0.01 0 0.48
HSL 180.62º 0.57% 0.33% -
HSV(B) 180.62º 0.73% 0.52% -
XYZ 13.21 18.57 25.08 -
YUV 103.41 144.7 79.92 -
System Red Green Blue C M Y K H S L
Decimal 36 132 133 0.73 0.01 0 0.48 180.62 0.57 0.33
Hex 24 84 85 49 1 0 30 B5 39 21
Octal 44 204 205 111 1 0 60 265 71 41
Binary 100100 10000100 10000101 1001001 1 0 110000 10110101 111001 100001

Color Harmonies of #248485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248485

Black with #248485

Text Example


Text Example

White with #248485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248485; }

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

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

background-color css

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

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

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

border-color css

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

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

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