Html Css Color HEX #61AE7C Ocean Green

📋 copy color: '#61AE7C'

red 97 ◦ green 174 ◦ blue 124

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

Shades of Ocean Green #61AE7C

Tints of Ocean Green #61AE7C

RGB

 RED value IS 97 (38.28% from 255) = 24.56%

 GREEN value IS 174 (68.36% from 255) = 44.05%

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

R = 24.56%
G = 44.05%
B = 31.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#61AE7C (or 0x61AE7C) is known color: Ocean Green. HEX triplet: 61, AE and 7C. RGB value is (97,174,124). Sum of RGB (Red+Green+Blue) = 97+174+124=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AE7C is #9E5183. Grayscale: #919191. Windows color (decimal): -10375556 or 8171105. OLE color: 8171105.

HSL color Cylindrical-coordinate representation of color #61AE7C: hue angle of 141.04º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AE7C is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 174 124 -
CMYK 0.44 0 0.29 0.32
HSL 141.04º 0.32% 0.53% -
HSV(B) 141.04º 0.44% 0.68% -
XYZ 23.7 34.27 24.43 -
YUV 145.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 97 174 124 0.44 0 0.29 0.32 141.04 0.32 0.53
Hex 61 AE 7C 2C 0 1D 20 8D 20 35
Octal 141 256 174 54 0 35 40 215 40 65
Binary 1100001 10101110 1111100 101100 0 11101 100000 10001101 100000 110101

Color Harmonies of #61AE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AE7C

Black with #61AE7C

Text Example


Text Example

White with #61AE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61AE7C; }

 p { color: rgb(97,174,124); }

 H1.HeaderClassName
 {
   color: #61AE7C;
 }
 .AnyTagClassName
 {
   color: #61AE7C;
 }
</style>

background-color css

<style>
 a { background-color: #61AE7C; }

 a { background-color: rgb(97,174,124); }

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

border-color css

<style>
 span { border-color: #61AE7C; }

 span { border-color: rgb(97,174,124); }

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