Html Css Color HEX #308A84 Atoll

📋 copy color: '#308A84'

red 48 ◦ green 138 ◦ blue 132

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

Shades of Atoll #308A84

Tints of Atoll #308A84

RGB

 RED value IS 48 (19.14% from 255) = 15.09%

 GREEN value IS 138 (54.3% from 255) = 43.4%

 BLUE value IS 132 (51.95% from 255) = 41.51%

R = 15.09%
G = 43.4%
B = 41.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#308A84 (or 0x308A84) is known color: Atoll. HEX triplet: 30, 8A and 84. RGB value is (48,138,132). Sum of RGB (Red+Green+Blue) = 48+138+132=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 132 (51.95% from 255 or 41.51% from 318); Max value from RGB is 138 - color contains mainly: green. Hex color #308A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308A84 is #CF757B. Grayscale: #6E6E6E. Windows color (decimal): -13596028 or 8686128. OLE color: 8686128.

HSL color Cylindrical-coordinate representation of color #308A84: hue angle of 176º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A84 is Cyan = 0.65, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 48 138 132 -
CMYK 0.65 0 0.04 0.46
HSL 176º 0.48% 0.36% -
HSV(B) 176º 0.65% 0.54% -
XYZ 14.47 20.47 25.02 -
YUV 110.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 48 138 132 0.65 0 0.04 0.46 176 0.48 0.36
Hex 30 8A 84 41 0 4 2E B0 30 24
Octal 60 212 204 101 0 4 56 260 60 44
Binary 110000 10001010 10000100 1000001 0 100 101110 10110000 110000 100100

Color Harmonies of #308A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308A84

Black with #308A84

Text Example


Text Example

White with #308A84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308A84; }

 p { color: rgb(48,138,132); }

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

background-color css

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

 a { background-color: rgb(48,138,132); }

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

border-color css

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

 span { border-color: rgb(48,138,132); }

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