Html Css Color HEX #248582 Atoll

📋 copy color: '#248582'

red 36 ◦ green 133 ◦ blue 130

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

Shades of Atoll #248582

Tints of Atoll #248582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.48%

 BLUE value IS 130 (51.17% from 255) = 43.48%

R = 12.04%
G = 44.48%
B = 43.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#248582 (or 0x248582) is known color: Atoll. HEX triplet: 24, 85 and 82. RGB value is (36,133,130). Sum of RGB (Red+Green+Blue) = 36+133+130=299 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.04% from 299); Green value is 133 (52.34% from 255 or 44.48% from 299); Blue value is 130 (51.17% from 255 or 43.48% from 299); Max value from RGB is 133 - color contains mainly: green. Hex color #248582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248582 is #DB7A7D. Grayscale: #676767. Windows color (decimal): -14383742 or 8553764. OLE color: 8553764.

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

Color convert

RGB 36 133 130 -
CMYK 0.73 0 0.02 0.48
HSL 178.14º 0.57% 0.33% -
HSV(B) 178.14º 0.73% 0.52% -
XYZ 13.14 18.76 24.05 -
YUV 103.66 142.86 79.74 -
System Red Green Blue C M Y K H S L
Decimal 36 133 130 0.73 0 0.02 0.48 178.14 0.57 0.33
Hex 24 85 82 49 0 2 30 B2 39 21
Octal 44 205 202 111 0 2 60 262 71 41
Binary 100100 10000101 10000010 1001001 0 10 110000 10110010 111001 100001

Color Harmonies of #248582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248582

Black with #248582

Text Example


Text Example

White with #248582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248582; }

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

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

background-color css

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

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

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

border-color css

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

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

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