Html Css Color HEX #0AC19B Caribbean Green

📋 copy color: '#0AC19B'

red 10 ◦ green 193 ◦ blue 155

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

Shades of Caribbean Green #0AC19B

Tints of Caribbean Green #0AC19B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.91%

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

R = 2.79%
G = 53.91%
B = 43.3%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#0AC19B (or 0x0AC19B) is known color: Caribbean Green. HEX triplet: 0A, C1 and 9B. RGB value is (10,193,155). Sum of RGB (Red+Green+Blue) = 10+193+155=358 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.79% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #0AC19B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AC19B is #F53E64. Grayscale: #858585. Windows color (decimal): -16072293 or 10207498. OLE color: 10207498.

HSL color Cylindrical-coordinate representation of color #0AC19B: hue angle of 167.54º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC19B is Cyan = 0.95, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 193 155 -
CMYK 0.95 0 0.20 0.24
HSL 167.54º 0.9% 0.4% -
HSV(B) 167.54º 0.95% 0.76% -
XYZ 25.11 40.57 37.52 -
YUV 133.95 139.87 39.59 -
System Red Green Blue C M Y K H S L
Decimal 10 193 155 0.95 0 0.20 0.24 167.54 0.9 0.4
Hex A C1 9B 5F 0 14 18 A8 5A 28
Octal 12 301 233 137 0 24 30 250 132 50
Binary 1010 11000001 10011011 1011111 0 10100 11000 10101000 1011010 101000

Color Harmonies of #0AC19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC19B

Black with #0AC19B

Text Example


Text Example

White with #0AC19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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