Html Css Color HEX #248080 Atoll

📋 copy color: '#248080'

red 36 ◦ green 128 ◦ blue 128

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

Shades of Atoll #248080

Tints of Atoll #248080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.84%

 BLUE value IS 128 (50.39% from 255) = 43.84%

R = 12.33%
G = 43.84%
B = 43.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#248080 (or 0x248080) is known color: Atoll. HEX triplet: 24, 80 and 80. RGB value is (36,128,128). Sum of RGB (Red+Green+Blue) = 36+128+128=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #248080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248080 is #DB7F7F. Grayscale: #646464. Windows color (decimal): -14385024 or 8421412. OLE color: 8421412.

HSL color Cylindrical-coordinate representation of color #248080: hue angle of 180º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #248080 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 128 128 -
CMYK 0.72 0 0 0.50
HSL 180º 0.56% 0.32% -
HSV(B) 180º 0.72% 0.5% -
XYZ 12.34 17.37 23.12 -
YUV 100.49 143.52 82 -
System Red Green Blue C M Y K H S L
Decimal 36 128 128 0.72 0 0 0.50 180 0.56 0.32
Hex 24 80 80 48 0 0 32 B4 38 20
Octal 44 200 200 110 0 0 62 264 70 40
Binary 100100 10000000 10000000 1001000 0 0 110010 10110100 111000 100000

Color Harmonies of #248080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248080

Black with #248080

Text Example


Text Example

White with #248080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248080; }

 p { color: rgb(36,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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