Html Css Color HEX #54AF6E Ocean Green

📋 copy color: '#54AF6E'

red 84 ◦ green 175 ◦ blue 110

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

Shades of Ocean Green #54AF6E

Tints of Ocean Green #54AF6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.81%

R = 22.76%
G = 47.43%
B = 29.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#54AF6E (or 0x54AF6E) is known color: Ocean Green. HEX triplet: 54, AF and 6E. RGB value is (84,175,110). Sum of RGB (Red+Green+Blue) = 84+175+110=369 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.76% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #54AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54AF6E is #AB5091. Grayscale: #8C8C8C. Windows color (decimal): -11227282 or 7253844. OLE color: 7253844.

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

Color convert

RGB 84 175 110 -
CMYK 0.52 0 0.37 0.31
HSL 137.14º 0.36% 0.51% -
HSV(B) 137.14º 0.52% 0.69% -
XYZ 21.8 33.67 20.1 -
YUV 140.38 110.85 87.79 -
System Red Green Blue C M Y K H S L
Decimal 84 175 110 0.52 0 0.37 0.31 137.14 0.36 0.51
Hex 54 AF 6E 34 0 25 1F 89 24 33
Octal 124 257 156 64 0 45 37 211 44 63
Binary 1010100 10101111 1101110 110100 0 100101 11111 10001001 100100 110011

Color Harmonies of #54AF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AF6E

Black with #54AF6E

Text Example


Text Example

White with #54AF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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