Html Css Color HEX #549B7B Ocean Green

📋 copy color: '#549B7B'

red 84 ◦ green 155 ◦ blue 123

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

Shades of Ocean Green #549B7B

Tints of Ocean Green #549B7B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.82%

 BLUE value IS 123 (48.44% from 255) = 33.98%

R = 23.2%
G = 42.82%
B = 33.98%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#549B7B (or 0x549B7B) is known color: Ocean Green. HEX triplet: 54, 9B and 7B. RGB value is (84,155,123). Sum of RGB (Red+Green+Blue) = 84+155+123=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #549B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549B7B is #AB6484. Grayscale: #828282. Windows color (decimal): -11232389 or 8100692. OLE color: 8100692.

HSL color Cylindrical-coordinate representation of color #549B7B: hue angle of 152.96º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549B7B is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 155 123 -
CMYK 0.46 0 0.21 0.39
HSL 152.96º 0.3% 0.47% -
HSV(B) 152.96º 0.46% 0.61% -
XYZ 18.95 26.76 22.9 -
YUV 130.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 84 155 123 0.46 0 0.21 0.39 152.96 0.3 0.47
Hex 54 9B 7B 2E 0 15 27 99 1E 2F
Octal 124 233 173 56 0 25 47 231 36 57
Binary 1010100 10011011 1111011 101110 0 10101 100111 10011001 11110 101111

Color Harmonies of #549B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B7B

Black with #549B7B

Text Example


Text Example

White with #549B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,155,123); }

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

background-color css

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

 a { background-color: rgb(84,155,123); }

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

border-color css

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

 span { border-color: rgb(84,155,123); }

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