Html Css Color HEX #61AB7E Ocean Green

📋 copy color: '#61AB7E'

red 97 ◦ green 171 ◦ blue 126

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

Shades of Ocean Green #61AB7E

Tints of Ocean Green #61AB7E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 126 (49.61% from 255) = 31.98%

R = 24.62%
G = 43.4%
B = 31.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#61AB7E (or 0x61AB7E) is known color: Ocean Green. HEX triplet: 61, AB and 7E. RGB value is (97,171,126). Sum of RGB (Red+Green+Blue) = 97+171+126=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 126 (49.61% from 255 or 31.98% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #61AB7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #61AB7E is #9E5481. Grayscale: #8F8F8F. Windows color (decimal): -10376322 or 8301409. OLE color: 8301409.

HSL color Cylindrical-coordinate representation of color #61AB7E: hue angle of 143.51º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #61AB7E is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 171 126 -
CMYK 0.43 0 0.26 0.33
HSL 143.51º 0.31% 0.53% -
HSV(B) 143.51º 0.43% 0.67% -
XYZ 23.26 33.17 24.92 -
YUV 143.74 117.98 94.66 -
System Red Green Blue C M Y K H S L
Decimal 97 171 126 0.43 0 0.26 0.33 143.51 0.31 0.53
Hex 61 AB 7E 2B 0 1A 21 90 1F 35
Octal 141 253 176 53 0 32 41 220 37 65
Binary 1100001 10101011 1111110 101011 0 11010 100001 10010000 11111 110101

Color Harmonies of #61AB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AB7E

Black with #61AB7E

Text Example


Text Example

White with #61AB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,171,126); }

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

background-color css

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

 a { background-color: rgb(97,171,126); }

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

border-color css

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

 span { border-color: rgb(97,171,126); }

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