Html Css Color HEX #54B67C Ocean Green

📋 copy color: '#54B67C'

red 84 ◦ green 182 ◦ blue 124

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

Shades of Ocean Green #54B67C

Tints of Ocean Green #54B67C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 46.67%

 BLUE value IS 124 (48.83% from 255) = 31.79%

R = 21.54%
G = 46.67%
B = 31.79%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#54B67C (or 0x54B67C) is known color: Ocean Green. HEX triplet: 54, B6 and 7C. RGB value is (84,182,124). Sum of RGB (Red+Green+Blue) = 84+182+124=390 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.54% from 390); Green value is 182 (71.48% from 255 or 46.67% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 182 - color contains mainly: green. Hex color #54B67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54B67C is #AB4983. Grayscale: #929292. Windows color (decimal): -11225476 or 8173140. OLE color: 8173140.

HSL color Cylindrical-coordinate representation of color #54B67C: hue angle of 144.49º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #54B67C is Cyan = 0.54, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 84 182 124 -
CMYK 0.54 0 0.32 0.29
HSL 144.49º 0.4% 0.52% -
HSV(B) 144.49º 0.54% 0.71% -
XYZ 24.02 36.8 24.91 -
YUV 146.09 115.53 83.72 -
System Red Green Blue C M Y K H S L
Decimal 84 182 124 0.54 0 0.32 0.29 144.49 0.4 0.52
Hex 54 B6 7C 36 0 20 1D 90 28 34
Octal 124 266 174 66 0 40 35 220 50 64
Binary 1010100 10110110 1111100 110110 0 100000 11101 10010000 101000 110100

Color Harmonies of #54B67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B67C

Black with #54B67C

Text Example


Text Example

White with #54B67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54B67C; }

 p { color: rgb(84,182,124); }

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

background-color css

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

 a { background-color: rgb(84,182,124); }

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

border-color css

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

 span { border-color: rgb(84,182,124); }

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