Html Css Color HEX #43AC7D Ocean Green

📋 copy color: '#43AC7D'

red 67 ◦ green 172 ◦ blue 125

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

Shades of Ocean Green #43AC7D

Tints of Ocean Green #43AC7D

RGB

 RED value IS 67 (26.56% from 255) = 18.41%

 GREEN value IS 172 (67.58% from 255) = 47.25%

 BLUE value IS 125 (49.22% from 255) = 34.34%

R = 18.41%
G = 47.25%
B = 34.34%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#43AC7D (or 0x43AC7D) is known color: Ocean Green. HEX triplet: 43, AC and 7D. RGB value is (67,172,125). Sum of RGB (Red+Green+Blue) = 67+172+125=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AC7D is #BC5382. Grayscale: #878787. Windows color (decimal): -12342147 or 8236099. OLE color: 8236099.

HSL color Cylindrical-coordinate representation of color #43AC7D: hue angle of 153.14º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43AC7D is Cyan = 0.61, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 172 125 -
CMYK 0.61 0 0.27 0.33
HSL 153.14º 0.44% 0.47% -
HSV(B) 153.14º 0.61% 0.67% -
XYZ 20.77 32.18 24.52 -
YUV 135.25 122.21 79.32 -
System Red Green Blue C M Y K H S L
Decimal 67 172 125 0.61 0 0.27 0.33 153.14 0.44 0.47
Hex 43 AC 7D 3D 0 1B 21 99 2C 2F
Octal 103 254 175 75 0 33 41 231 54 57
Binary 1000011 10101100 1111101 111101 0 11011 100001 10011001 101100 101111

Color Harmonies of #43AC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AC7D

Black with #43AC7D

Text Example


Text Example

White with #43AC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43AC7D; }

 p { color: rgb(67,172,125); }

 H1.HeaderClassName
 {
   color: #43AC7D;
 }
 .AnyTagClassName
 {
   color: #43AC7D;
 }
</style>

background-color css

<style>
 a { background-color: #43AC7D; }

 a { background-color: rgb(67,172,125); }

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

border-color css

<style>
 span { border-color: #43AC7D; }

 span { border-color: rgb(67,172,125); }

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