Html Css Color HEX #54A068 Ocean Green

📋 copy color: '#54A068'

red 84 ◦ green 160 ◦ blue 104

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

Shades of Ocean Green #54A068

Tints of Ocean Green #54A068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.98%

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

R = 24.14%
G = 45.98%
B = 29.89%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#54A068 (or 0x54A068) is known color: Ocean Green. HEX triplet: 54, A0 and 68. RGB value is (84,160,104). Sum of RGB (Red+Green+Blue) = 84+160+104=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 160 (62.89% from 255 or 45.98% from 348); Blue value is 104 (41.02% from 255 or 29.89% from 348); Max value from RGB is 160 - color contains mainly: green. Hex color #54A068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54A068 is #AB5F97. Grayscale: #838383. Windows color (decimal): -11231128 or 6856788. OLE color: 6856788.

HSL color Cylindrical-coordinate representation of color #54A068: hue angle of 135.79º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A068 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 104 -
CMYK 0.48 0 0.35 0.37
HSL 135.79º 0.31% 0.48% -
HSV(B) 135.79º 0.48% 0.63% -
XYZ 18.73 28.03 17.52 -
YUV 130.89 112.82 94.55 -
System Red Green Blue C M Y K H S L
Decimal 84 160 104 0.48 0 0.35 0.37 135.79 0.31 0.48
Hex 54 A0 68 30 0 23 25 88 1F 30
Octal 124 240 150 60 0 43 45 210 37 60
Binary 1010100 10100000 1101000 110000 0 100011 100101 10001000 11111 110000

Color Harmonies of #54A068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A068

Black with #54A068

Text Example


Text Example

White with #54A068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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