Html Css Color HEX #308060 Sea Green

📋 copy color: '#308060'

red 48 ◦ green 128 ◦ blue 96

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

Shades of Sea Green #308060

Tints of Sea Green #308060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.06%

 BLUE value IS 96 (37.89% from 255) = 35.29%

R = 17.65%
G = 47.06%
B = 35.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#308060 (or 0x308060) is known color: Sea Green. HEX triplet: 30, 80 and 60. RGB value is (48,128,96). Sum of RGB (Red+Green+Blue) = 48+128+96=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 128 (50.39% from 255 or 47.06% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 128 - color contains mainly: green. Hex color #308060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308060 is #CF7F9F. Grayscale: #646464. Windows color (decimal): -13598624 or 6324272. OLE color: 6324272.

HSL color Cylindrical-coordinate representation of color #308060: hue angle of 156º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #308060 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 96 -
CMYK 0.62 0 0.25 0.50
HSL 156º 0.45% 0.35% -
HSV(B) 156º 0.63% 0.5% -
XYZ 11.05 16.91 13.75 -
YUV 100.43 125.5 90.6 -
System Red Green Blue C M Y K H S L
Decimal 48 128 96 0.62 0 0.25 0.50 156 0.45 0.35
Hex 30 80 60 3E 0 19 32 9C 2D 23
Octal 60 200 140 76 0 31 62 234 55 43
Binary 110000 10000000 1100000 111110 0 11001 110010 10011100 101101 100011

Color Harmonies of #308060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308060

Black with #308060

Text Example


Text Example

White with #308060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308060; }

 p { color: rgb(48,128,96); }

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

background-color css

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

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

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

border-color css

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

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

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