Html Css Color HEX #278C60 Sea Green

📋 copy color: '#278C60'

red 39 ◦ green 140 ◦ blue 96

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

Shades of Sea Green #278C60

Tints of Sea Green #278C60

RGB

 RED value IS 39 (15.63% from 255) = 14.18%

 GREEN value IS 140 (55.08% from 255) = 50.91%

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

R = 14.18%
G = 50.91%
B = 34.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#278C60 (or 0x278C60) is known color: Sea Green. HEX triplet: 27, 8C and 60. RGB value is (39,140,96). Sum of RGB (Red+Green+Blue) = 39+140+96=275 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.18% from 275); Green value is 140 (55.08% from 255 or 50.91% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 140 - color contains mainly: green. Hex color #278C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278C60 is #D8739F. Grayscale: #686868. Windows color (decimal): -14185376 or 6327335. OLE color: 6327335.

HSL color Cylindrical-coordinate representation of color #278C60: hue angle of 153.86º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #278C60 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 140 96 -
CMYK 0.72 0 0.31 0.45
HSL 153.86º 0.56% 0.35% -
HSV(B) 153.86º 0.72% 0.55% -
XYZ 12.33 20.03 14.28 -
YUV 104.79 123.04 81.08 -
System Red Green Blue C M Y K H S L
Decimal 39 140 96 0.72 0 0.31 0.45 153.86 0.56 0.35
Hex 27 8C 60 48 0 1F 2D 9A 38 23
Octal 47 214 140 110 0 37 55 232 70 43
Binary 100111 10001100 1100000 1001000 0 11111 101101 10011010 111000 100011

Color Harmonies of #278C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #278C60

Black with #278C60

Text Example


Text Example

White with #278C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #278C60; }

 p { color: rgb(39,140,96); }

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

background-color css

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

 a { background-color: rgb(39,140,96); }

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

border-color css

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

 span { border-color: rgb(39,140,96); }

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