Html Css Color HEX #248583 Atoll

📋 copy color: '#248583'

red 36 ◦ green 133 ◦ blue 131

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

Shades of Atoll #248583

Tints of Atoll #248583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 43.67%

R = 12%
G = 44.33%
B = 43.67%

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

#248583 (or 0x248583) is known color: Atoll. HEX triplet: 24, 85 and 83. RGB value is (36,133,131). Sum of RGB (Red+Green+Blue) = 36+133+131=300 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #248583 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248583 is #DB7A7C. Grayscale: #676767. Windows color (decimal): -14383741 or 8619300. OLE color: 8619300.

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

Color convert

RGB 36 133 131 -
CMYK 0.73 0 0.02 0.48
HSL 178.76º 0.57% 0.33% -
HSV(B) 178.76º 0.73% 0.52% -
XYZ 13.21 18.79 24.4 -
YUV 103.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 36 133 131 0.73 0 0.02 0.48 178.76 0.57 0.33
Hex 24 85 83 49 0 2 30 B3 39 21
Octal 44 205 203 111 0 2 60 263 71 41
Binary 100100 10000101 10000011 1001001 0 10 110000 10110011 111001 100001

Color Harmonies of #248583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248583

Black with #248583

Text Example


Text Example

White with #248583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248583; }

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

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

background-color css

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

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

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

border-color css

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

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

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