Html Css Color HEX #54AF7F Ocean Green

📋 copy color: '#54AF7F'

red 84 ◦ green 175 ◦ blue 127

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

Shades of Ocean Green #54AF7F

Tints of Ocean Green #54AF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 21.76%
G = 45.34%
B = 32.9%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#54AF7F (or 0x54AF7F) is known color: Ocean Green. HEX triplet: 54, AF and 7F. RGB value is (84,175,127). Sum of RGB (Red+Green+Blue) = 84+175+127=386 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.76% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF7F is #AB5080. Grayscale: #8E8E8E. Windows color (decimal): -11227265 or 8367956. OLE color: 8367956.

HSL color Cylindrical-coordinate representation of color #54AF7F: hue angle of 148.35º 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 #54AF7F is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 84 175 127 -
CMYK 0.52 0 0.27 0.31
HSL 148.35º 0.36% 0.51% -
HSV(B) 148.35º 0.52% 0.69% -
XYZ 22.82 34.08 25.45 -
YUV 142.32 119.35 86.4 -
System Red Green Blue C M Y K H S L
Decimal 84 175 127 0.52 0 0.27 0.31 148.35 0.36 0.51
Hex 54 AF 7F 34 0 1B 1F 94 24 33
Octal 124 257 177 64 0 33 37 224 44 63
Binary 1010100 10101111 1111111 110100 0 11011 11111 10010100 100100 110011

Color Harmonies of #54AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF7F

Black with #54AF7F

Text Example


Text Example

White with #54AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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