Html Css Color HEX #248685 Atoll

📋 copy color: '#248685'

red 36 ◦ green 134 ◦ blue 133

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

Shades of Atoll #248685

Tints of Atoll #248685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.22%

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

R = 11.88%
G = 44.22%
B = 43.89%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#248685 (or 0x248685) is known color: Atoll. HEX triplet: 24, 86 and 85. RGB value is (36,134,133). Sum of RGB (Red+Green+Blue) = 36+134+133=303 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.88% from 303); Green value is 134 (52.73% from 255 or 44.22% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 134 - color contains mainly: green. Hex color #248685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248685 is #DB797A. Grayscale: #686868. Windows color (decimal): -14383483 or 8750628. OLE color: 8750628.

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

Color convert

RGB 36 134 133 -
CMYK 0.73 0 0.01 0.47
HSL 179.39º 0.58% 0.33% -
HSV(B) 179.39º 0.73% 0.53% -
XYZ 13.49 19.12 25.17 -
YUV 104.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 36 134 133 0.73 0 0.01 0.47 179.39 0.58 0.33
Hex 24 86 85 49 0 1 2F B3 3A 21
Octal 44 206 205 111 0 1 57 263 72 41
Binary 100100 10000110 10000101 1001001 0 1 101111 10110011 111010 100001

Color Harmonies of #248685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248685

Black with #248685

Text Example


Text Example

White with #248685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248685; }

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

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

background-color css

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

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

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

border-color css

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

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

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