Html Css Color HEX #0ABEA3 Caribbean Green

📋 copy color: '#0ABEA3'

red 10 ◦ green 190 ◦ blue 163

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

Shades of Caribbean Green #0ABEA3

Tints of Caribbean Green #0ABEA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 44.9%

R = 2.75%
G = 52.34%
B = 44.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#0ABEA3 (or 0x0ABEA3) is known color: Caribbean Green. HEX triplet: 0A, BE and A3. RGB value is (10,190,163). Sum of RGB (Red+Green+Blue) = 10+190+163=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 190 (74.61% from 255 or 52.34% from 363); Blue value is 163 (64.06% from 255 or 44.90% from 363); Max value from RGB is 190 - color contains mainly: green. Hex color #0ABEA3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABEA3 is #F5415C. Grayscale: #858585. Windows color (decimal): -16073053 or 10731018. OLE color: 10731018.

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

Color convert

RGB 10 190 163 -
CMYK 0.95 0 0.14 0.25
HSL 171º 0.9% 0.39% -
HSV(B) 171º 0.95% 0.75% -
XYZ 25.15 39.54 40.96 -
YUV 133.1 144.87 40.2 -
System Red Green Blue C M Y K H S L
Decimal 10 190 163 0.95 0 0.14 0.25 171 0.9 0.39
Hex A BE A3 5F 0 E 19 AB 5A 27
Octal 12 276 243 137 0 16 31 253 132 47
Binary 1010 10111110 10100011 1011111 0 1110 11001 10101011 1011010 100111

Color Harmonies of #0ABEA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABEA3

Black with #0ABEA3

Text Example


Text Example

White with #0ABEA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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