Html Css Color HEX #549A68 Ocean Green

📋 copy color: '#549A68'

red 84 ◦ green 154 ◦ blue 104

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

Shades of Ocean Green #549A68

Tints of Ocean Green #549A68

RGB

 RED value IS 84 (33.2% from 255) = 24.56%

 GREEN value IS 154 (60.55% from 255) = 45.03%

 BLUE value IS 104 (41.02% from 255) = 30.41%

R = 24.56%
G = 45.03%
B = 30.41%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#549A68 (or 0x549A68) is known color: Ocean Green. HEX triplet: 54, 9A and 68. RGB value is (84,154,104). Sum of RGB (Red+Green+Blue) = 84+154+104=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #549A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549A68 is #AB6597. Grayscale: #7F7F7F. Windows color (decimal): -11232664 or 6855252. OLE color: 6855252.

HSL color Cylindrical-coordinate representation of color #549A68: hue angle of 137.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549A68 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 154 104 -
CMYK 0.45 0 0.32 0.40
HSL 137.14º 0.29% 0.47% -
HSV(B) 137.14º 0.45% 0.6% -
XYZ 17.71 26 17.18 -
YUV 127.37 114.81 97.07 -
System Red Green Blue C M Y K H S L
Decimal 84 154 104 0.45 0 0.32 0.40 137.14 0.29 0.47
Hex 54 9A 68 2D 0 20 28 89 1D 2F
Octal 124 232 150 55 0 40 50 211 35 57
Binary 1010100 10011010 1101000 101101 0 100000 101000 10001001 11101 101111

Color Harmonies of #549A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A68

Black with #549A68

Text Example


Text Example

White with #549A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549A68; }

 p { color: rgb(84,154,104); }

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

background-color css

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

 a { background-color: rgb(84,154,104); }

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

border-color css

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

 span { border-color: rgb(84,154,104); }

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