Html Css Color HEX #54AF6D Ocean Green

📋 copy color: '#54AF6D'

red 84 ◦ green 175 ◦ blue 109

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

Shades of Ocean Green #54AF6D

Tints of Ocean Green #54AF6D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.55%

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 22.83%
G = 47.55%
B = 29.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#54AF6D (or 0x54AF6D) is known color: Ocean Green. HEX triplet: 54, AF and 6D. RGB value is (84,175,109). Sum of RGB (Red+Green+Blue) = 84+175+109=368 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.83% from 368); Green value is 175 (68.75% from 255 or 47.55% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF6D is #AB5092. Grayscale: #8C8C8C. Windows color (decimal): -11227283 or 7188308. OLE color: 7188308.

HSL color Cylindrical-coordinate representation of color #54AF6D: hue angle of 136.48º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54AF6D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 109 -
CMYK 0.52 0 0.38 0.31
HSL 136.48º 0.36% 0.51% -
HSV(B) 136.48º 0.52% 0.69% -
XYZ 21.75 33.65 19.82 -
YUV 140.27 110.35 87.87 -
System Red Green Blue C M Y K H S L
Decimal 84 175 109 0.52 0 0.38 0.31 136.48 0.36 0.51
Hex 54 AF 6D 34 0 26 1F 88 24 33
Octal 124 257 155 64 0 46 37 210 44 63
Binary 1010100 10101111 1101101 110100 0 100110 11111 10001000 100100 110011

Color Harmonies of #54AF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF6D

Black with #54AF6D

Text Example


Text Example

White with #54AF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,109); }

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

background-color css

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

 a { background-color: rgb(84,175,109); }

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

border-color css

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

 span { border-color: rgb(84,175,109); }

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