Html Css Color HEX #43AC7B Ocean Green

📋 copy color: '#43AC7B'

red 67 ◦ green 172 ◦ blue 123

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

Shades of Ocean Green #43AC7B

Tints of Ocean Green #43AC7B

RGB

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

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

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

R = 18.51%
G = 47.51%
B = 33.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#43AC7B (or 0x43AC7B) is known color: Ocean Green. HEX triplet: 43, AC and 7B. RGB value is (67,172,123). Sum of RGB (Red+Green+Blue) = 67+172+123=362 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.51% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43AC7B is #BC5384. Grayscale: #878787. Windows color (decimal): -12342149 or 8105027. OLE color: 8105027.

HSL color Cylindrical-coordinate representation of color #43AC7B: hue angle of 152º 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 #43AC7B is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 67 172 123 -
CMYK 0.61 0 0.28 0.33
HSL 152º 0.44% 0.47% -
HSV(B) 152º 0.61% 0.67% -
XYZ 20.64 32.13 23.85 -
YUV 135.02 121.21 79.48 -
System Red Green Blue C M Y K H S L
Decimal 67 172 123 0.61 0 0.28 0.33 152 0.44 0.47
Hex 43 AC 7B 3D 0 1C 21 98 2C 2F
Octal 103 254 173 75 0 34 41 230 54 57
Binary 1000011 10101100 1111011 111101 0 11100 100001 10011000 101100 101111

Color Harmonies of #43AC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43AC7B

Black with #43AC7B

Text Example


Text Example

White with #43AC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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