Html Css Color HEX #0AC89B Caribbean Green

📋 copy color: '#0AC89B'

red 10 ◦ green 200 ◦ blue 155

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

Shades of Caribbean Green #0AC89B

Tints of Caribbean Green #0AC89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 2.74%
G = 54.79%
B = 42.47%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#0AC89B (or 0x0AC89B) is known color: Caribbean Green. HEX triplet: 0A, C8 and 9B. RGB value is (10,200,155). Sum of RGB (Red+Green+Blue) = 10+200+155=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 200 (78.52% from 255 or 54.79% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 200 - color contains mainly: green. Hex color #0AC89B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC89B is #F53764. Grayscale: #8A8A8A. Windows color (decimal): -16070501 or 10209290. OLE color: 10209290.

HSL color Cylindrical-coordinate representation of color #0AC89B: hue angle of 165.79º 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 #0AC89B is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 10 200 155 -
CMYK 0.95 0 0.22 0.22
HSL 165.79º 0.9% 0.41% -
HSV(B) 165.79º 0.95% 0.78% -
XYZ 26.7 43.74 38.05 -
YUV 138.06 137.55 36.66 -
System Red Green Blue C M Y K H S L
Decimal 10 200 155 0.95 0 0.22 0.22 165.79 0.9 0.41
Hex A C8 9B 5F 0 16 16 A6 5A 29
Octal 12 310 233 137 0 26 26 246 132 51
Binary 1010 11001000 10011011 1011111 0 10110 10110 10100110 1011010 101001

Color Harmonies of #0AC89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC89B

Black with #0AC89B

Text Example


Text Example

White with #0AC89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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