Html Css Color HEX #61AE7B Ocean Green

📋 copy color: '#61AE7B'

red 97 ◦ green 174 ◦ blue 123

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

Shades of Ocean Green #61AE7B

Tints of Ocean Green #61AE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 24.62%
G = 44.16%
B = 31.22%

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

#61AE7B (or 0x61AE7B) is known color: Ocean Green. HEX triplet: 61, AE and 7B. RGB value is (97,174,123). Sum of RGB (Red+Green+Blue) = 97+174+123=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #61AE7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AE7B is #9E5184. Grayscale: #919191. Windows color (decimal): -10375557 or 8105569. OLE color: 8105569.

HSL color Cylindrical-coordinate representation of color #61AE7B: hue angle of 140.26º 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 #61AE7B is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 174 123 -
CMYK 0.44 0 0.29 0.32
HSL 140.26º 0.32% 0.53% -
HSV(B) 140.26º 0.44% 0.68% -
XYZ 23.64 34.24 24.1 -
YUV 145.16 115.49 93.65 -
System Red Green Blue C M Y K H S L
Decimal 97 174 123 0.44 0 0.29 0.32 140.26 0.32 0.53
Hex 61 AE 7B 2C 0 1D 20 8C 20 35
Octal 141 256 173 54 0 35 40 214 40 65
Binary 1100001 10101110 1111011 101100 0 11101 100000 10001100 100000 110101

Color Harmonies of #61AE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AE7B

Black with #61AE7B

Text Example


Text Example

White with #61AE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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