Html Css Color HEX #24828B Atoll

📋 copy color: '#24828B'

red 36 ◦ green 130 ◦ blue 139

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

Shades of Atoll #24828B

Tints of Atoll #24828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.62%

 BLUE value IS 139 (54.69% from 255) = 45.57%

R = 11.8%
G = 42.62%
B = 45.57%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24828B (or 0x24828B) is known color: Atoll. HEX triplet: 24, 82 and 8B. RGB value is (36,130,139). Sum of RGB (Red+Green+Blue) = 36+130+139=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #24828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #24828B is #DB7D74. Grayscale: #666666. Windows color (decimal): -14384501 or 9142820. OLE color: 9142820.

HSL color Cylindrical-coordinate representation of color #24828B: hue angle of 185.24º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #24828B is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 130 139 -
CMYK 0.74 0.06 0 0.45
HSL 185.24º 0.59% 0.34% -
HSV(B) 185.24º 0.74% 0.55% -
XYZ 13.37 18.2 27.24 -
YUV 102.92 148.36 80.27 -
System Red Green Blue C M Y K H S L
Decimal 36 130 139 0.74 0.06 0 0.45 185.24 0.59 0.34
Hex 24 82 8B 4A 6 0 2D B9 3B 22
Octal 44 202 213 112 6 0 55 271 73 42
Binary 100100 10000010 10001011 1001010 110 0 101101 10111001 111011 100010

Color Harmonies of #24828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24828B

Black with #24828B

Text Example


Text Example

White with #24828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24828B; }

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

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

background-color css

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

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

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

border-color css

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

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

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