Html Css Color HEX #0AC887 Caribbean Green

📋 copy color: '#0AC887'

red 10 ◦ green 200 ◦ blue 135

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

Shades of Caribbean Green #0AC887

Tints of Caribbean Green #0AC887

RGB

 RED value IS 10 (4.3% from 255) = 2.9%

 GREEN value IS 200 (78.52% from 255) = 57.97%

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 2.9%
G = 57.97%
B = 39.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#0AC887 (or 0x0AC887) is known color: Caribbean Green. HEX triplet: 0A, C8 and 87. RGB value is (10,200,135). Sum of RGB (Red+Green+Blue) = 10+200+135=345 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.90% from 345); Green value is 200 (78.52% from 255 or 57.97% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC887 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC887 is #F53778. Grayscale: #878787. Windows color (decimal): -16070521 or 8898570. OLE color: 8898570.

HSL color Cylindrical-coordinate representation of color #0AC887: hue angle of 159.47º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC887 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 200 135 -
CMYK 0.95 0 0.32 0.22
HSL 159.47º 0.9% 0.41% -
HSV(B) 159.47º 0.95% 0.78% -
XYZ 25.15 43.12 29.92 -
YUV 135.78 127.55 38.29 -
System Red Green Blue C M Y K H S L
Decimal 10 200 135 0.95 0 0.32 0.22 159.47 0.9 0.41
Hex A C8 87 5F 0 20 16 9F 5A 29
Octal 12 310 207 137 0 40 26 237 132 51
Binary 1010 11001000 10000111 1011111 0 100000 10110 10011111 1011010 101001

Color Harmonies of #0AC887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC887

Black with #0AC887

Text Example


Text Example

White with #0AC887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC887; }

 p { color: rgb(10,200,135); }

 H1.HeaderClassName
 {
   color: #0AC887;
 }
 .AnyTagClassName
 {
   color: #0AC887;
 }
</style>

background-color css

<style>
 a { background-color: #0AC887; }

 a { background-color: rgb(10,200,135); }

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

border-color css

<style>
 span { border-color: #0AC887; }

 span { border-color: rgb(10,200,135); }

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