Html Css Color HEX #248381 Atoll

📋 copy color: '#248381'

red 36 ◦ green 131 ◦ blue 129

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

Shades of Atoll #248381

Tints of Atoll #248381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 44.26%

 BLUE value IS 129 (50.78% from 255) = 43.58%

R = 12.16%
G = 44.26%
B = 43.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#248381 (or 0x248381) is known color: Atoll. HEX triplet: 24, 83 and 81. RGB value is (36,131,129). Sum of RGB (Red+Green+Blue) = 36+131+129=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #248381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #248381 is #DB7C7E. Grayscale: #666666. Windows color (decimal): -14384255 or 8487716. OLE color: 8487716.

HSL color Cylindrical-coordinate representation of color #248381: hue angle of 178.74º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #248381 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 131 129 -
CMYK 0.73 0 0.02 0.49
HSL 178.74º 0.57% 0.33% -
HSV(B) 178.74º 0.73% 0.51% -
XYZ 12.81 18.19 23.61 -
YUV 102.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 36 131 129 0.73 0 0.02 0.49 178.74 0.57 0.33
Hex 24 83 81 49 0 2 31 B3 39 21
Octal 44 203 201 111 0 2 61 263 71 41
Binary 100100 10000011 10000001 1001001 0 10 110001 10110011 111001 100001

Color Harmonies of #248381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248381

Black with #248381

Text Example


Text Example

White with #248381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248381; }

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

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

background-color css

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

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

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

border-color css

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

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

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