Html Css Color HEX #0ABE8D Caribbean Green

📋 copy color: '#0ABE8D'

red 10 ◦ green 190 ◦ blue 141

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

Shades of Caribbean Green #0ABE8D

Tints of Caribbean Green #0ABE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.72%

 BLUE value IS 141 (55.47% from 255) = 41.35%

R = 2.93%
G = 55.72%
B = 41.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#0ABE8D (or 0x0ABE8D) is known color: Caribbean Green. HEX triplet: 0A, BE and 8D. RGB value is (10,190,141). Sum of RGB (Red+Green+Blue) = 10+190+141=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 190 (74.61% from 255 or 55.72% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABE8D is #F54172. Grayscale: #828282. Windows color (decimal): -16073075 or 9289226. OLE color: 9289226.

HSL color Cylindrical-coordinate representation of color #0ABE8D: hue angle of 163.67º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABE8D is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 190 141 -
CMYK 0.95 0 0.26 0.25
HSL 163.67º 0.9% 0.39% -
HSV(B) 163.67º 0.95% 0.75% -
XYZ 23.35 38.81 31.46 -
YUV 130.59 133.87 41.98 -
System Red Green Blue C M Y K H S L
Decimal 10 190 141 0.95 0 0.26 0.25 163.67 0.9 0.39
Hex A BE 8D 5F 0 1A 19 A4 5A 27
Octal 12 276 215 137 0 32 31 244 132 47
Binary 1010 10111110 10001101 1011111 0 11010 11001 10100100 1011010 100111

Color Harmonies of #0ABE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABE8D

Black with #0ABE8D

Text Example


Text Example

White with #0ABE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,190,141); }

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

background-color css

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

 a { background-color: rgb(10,190,141); }

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

border-color css

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

 span { border-color: rgb(10,190,141); }

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