Html Css Color HEX #41A87C Ocean Green

📋 copy color: '#41A87C'

red 65 ◦ green 168 ◦ blue 124

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

Shades of Ocean Green #41A87C

Tints of Ocean Green #41A87C

RGB

 RED value IS 65 (25.78% from 255) = 18.21%

 GREEN value IS 168 (66.02% from 255) = 47.06%

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

R = 18.21%
G = 47.06%
B = 34.73%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#41A87C (or 0x41A87C) is known color: Ocean Green. HEX triplet: 41, A8 and 7C. RGB value is (65,168,124). Sum of RGB (Red+Green+Blue) = 65+168+124=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 168 (66.02% from 255 or 47.06% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 168 - color contains mainly: green. Hex color #41A87C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A87C is #BE5783. Grayscale: #848484. Windows color (decimal): -12474244 or 8169537. OLE color: 8169537.

HSL color Cylindrical-coordinate representation of color #41A87C: hue angle of 154.37º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A87C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 168 124 -
CMYK 0.61 0 0.26 0.34
HSL 154.37º 0.44% 0.46% -
HSV(B) 154.37º 0.61% 0.66% -
XYZ 19.82 30.58 23.93 -
YUV 132.19 123.38 80.08 -
System Red Green Blue C M Y K H S L
Decimal 65 168 124 0.61 0 0.26 0.34 154.37 0.44 0.46
Hex 41 A8 7C 3D 0 1A 22 9A 2C 2E
Octal 101 250 174 75 0 32 42 232 54 56
Binary 1000001 10101000 1111100 111101 0 11010 100010 10011010 101100 101110

Color Harmonies of #41A87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A87C

Black with #41A87C

Text Example


Text Example

White with #41A87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A87C; }

 p { color: rgb(65,168,124); }

 H1.HeaderClassName
 {
   color: #41A87C;
 }
 .AnyTagClassName
 {
   color: #41A87C;
 }
</style>

background-color css

<style>
 a { background-color: #41A87C; }

 a { background-color: rgb(65,168,124); }

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

border-color css

<style>
 span { border-color: #41A87C; }

 span { border-color: rgb(65,168,124); }

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