Html Css Color HEX #308686 Atoll

📋 copy color: '#308686'

red 48 ◦ green 134 ◦ blue 134

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

Shades of Atoll #308686

Tints of Atoll #308686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 42.41%

R = 15.19%
G = 42.41%
B = 42.41%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#308686 (or 0x308686) is known color: Atoll. HEX triplet: 30, 86 and 86. RGB value is (48,134,134). Sum of RGB (Red+Green+Blue) = 48+134+134=316 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.19% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 134 - color contains mainly: green, blue. Hex color #308686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #308686 is #CF7979. Grayscale: #6C6C6C. Windows color (decimal): -13597050 or 8816176. OLE color: 8816176.

HSL color Cylindrical-coordinate representation of color #308686: hue angle of 180º 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 #308686 is Cyan = 0.64, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 134 -
CMYK 0.64 0 0 0.47
HSL 180º 0.47% 0.36% -
HSV(B) 180º 0.64% 0.53% -
XYZ 14.05 19.4 25.56 -
YUV 108.29 142.51 85 -
System Red Green Blue C M Y K H S L
Decimal 48 134 134 0.64 0 0 0.47 180 0.47 0.36
Hex 30 86 86 40 0 0 2F B4 2F 24
Octal 60 206 206 100 0 0 57 264 57 44
Binary 110000 10000110 10000110 1000000 0 0 101111 10110100 101111 100100

Color Harmonies of #308686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308686

Black with #308686

Text Example


Text Example

White with #308686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308686; }

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

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

background-color css

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

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

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

border-color css

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

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

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