Html Css Color HEX #308681 Atoll

📋 copy color: '#308681'

red 48 ◦ green 134 ◦ blue 129

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

Shades of Atoll #308681

Tints of Atoll #308681

RGB

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

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

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

R = 15.43%
G = 43.09%
B = 41.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#308681 (or 0x308681) is known color: Atoll. HEX triplet: 30, 86 and 81. RGB value is (48,134,129). Sum of RGB (Red+Green+Blue) = 48+134+129=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 129 (50.78% from 255 or 41.48% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #308681 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308681 is #CF797E. Grayscale: #6B6B6B. Windows color (decimal): -13597055 or 8488496. OLE color: 8488496.

HSL color Cylindrical-coordinate representation of color #308681: hue angle of 176.51º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308681 is Cyan = 0.64, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 129 -
CMYK 0.64 0 0.04 0.47
HSL 176.51º 0.47% 0.36% -
HSV(B) 176.51º 0.64% 0.53% -
XYZ 13.71 19.26 23.76 -
YUV 107.72 140.01 85.41 -
System Red Green Blue C M Y K H S L
Decimal 48 134 129 0.64 0 0.04 0.47 176.51 0.47 0.36
Hex 30 86 81 40 0 4 2F B1 2F 24
Octal 60 206 201 100 0 4 57 261 57 44
Binary 110000 10000110 10000001 1000000 0 100 101111 10110001 101111 100100

Color Harmonies of #308681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308681

Black with #308681

Text Example


Text Example

White with #308681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308681; }

 p { color: rgb(48,134,129); }

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

background-color css

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

 a { background-color: rgb(48,134,129); }

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

border-color css

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

 span { border-color: rgb(48,134,129); }

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